eric7/DebugClients/Python/DebugUtilities.py

branch
eric7
changeset 8925
8375eb895f70
parent 8921
8459c7e1b904
--- a/eric7/DebugClients/Python/DebugUtilities.py	Sat Jan 15 18:42:21 2022 +0100
+++ b/eric7/DebugClients/Python/DebugUtilities.py	Sat Jan 15 19:53:40 2022 +0100
@@ -409,7 +409,7 @@
     buf = ''
     
     argsLen = len(args)
-    i=0
+    i = 0
     while i < argsLen:
         ch = args[i]
         if ch == '\\':

eric ide

mercurial