Skip to content

Commit

Permalink
clean whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Sep 12, 2019
1 parent c1920e5 commit 045cfd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kapture/wrap_user.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def logging_sigint_handler(self, signum, frame):
log.write(' {!r},\n'.format(logframe))
log.write(' ])\n')


def _cmdloop(self):
while True:
try:
Expand Down Expand Up @@ -201,7 +200,7 @@ def usage():
command = sys.argv[2]
sys.argv = ['-c'] + sys.argv[3:]
exec(command, {'__doc__': None, '__name__': '__main__',
'__package__': None})
'__package__': None})
elif sys.argv[1] == '-m':
if len(sys.argv) < 3:
usage()
Expand Down

0 comments on commit 045cfd5

Please sign in to comment.