Corrected a code style issue. 6_0_x

Sat, 11 Apr 2015 14:10:20 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 11 Apr 2015 14:10:20 +0200
branch
6_0_x
changeset 4210
bcaacd4ec02b
parent 4209
c799d2a8f1bc
child 4215
31c7a83352ed

Corrected a code style issue.

DebugClients/Python/DebugBase.py file | annotate | diff | comparison | revisions
--- a/DebugClients/Python/DebugBase.py	Sat Apr 11 14:04:41 2015 +0200
+++ b/DebugClients/Python/DebugBase.py	Sat Apr 11 14:10:20 2015 +0200
@@ -636,7 +636,6 @@
         @param exctb traceback for the exception
         @param unhandled flag indicating an uncaught exception
         """
-        
         if exctype in [GeneratorExit, StopIteration]:
             # ignore these
             return

eric ide

mercurial