Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
bbaae5dbc3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      wsps/tasks_loop.py

+ 1
- 1
wsps/tasks_loop.py View File

@@ -289,7 +289,7 @@ class RldMan():
289 289
 						exec(ftxt)
290 290
 
291 291
 				except Exception as e:
292
-					print("EXCEPT",,e)
292
+					print("EXCEPT",eflag,e)
293 293
 					if self.print_tb:
294 294
 						traceback.print_tb(e.__traceback__,file=sys.stdout)
295 295
 				else:

Loading…
Cancel
Save