Skip to content

Commit 71c5e13

Browse files
committed
Merge branch 'master' of github.com:rocky/python2-trepan
2 parents 1697b25 + 756e137 commit 71c5e13

3 files changed

Lines changed: 1 addition & 10 deletions

File tree

README.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,6 @@ See Also
243243
.. |TravisCI| image:: https://api.travis-ci.org/rocky/python2-trepan.svg
244244
:target: https://travis-ci.org/rocky/python2-trepan
245245
:alt: Travis Build status
246-
.. |CircleCI| image::https://circleci.com/gh/rocky/python2-trepan.svg?style=svg
247-
:target: https://circleci.com/gh/rocky/python2-trepan
248246
.. _ipython-trepan: https://github.com/rocky/ipython-trepan
249247
.. |license| image:: https://img.shields.io/pypi/l/trepan2.svg
250248
:target: https://pypi.python.org/pypi/trepan2

trepan/Makefile

Lines changed: 0 additions & 7 deletions
This file was deleted.

trepan/processor/command/info_subcmd/locals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run(self, args):
6161

6262
try:
6363
opts, args = getopt(args, "hl", ["help", "list"],)
64-
except GetoptError as err:
64+
except GetoptError(err):
6565
# print help information and exit:
6666
self.errmsg(
6767
str(err)

0 commit comments

Comments
 (0)