jogging icon indicating copy to clipboard operation
jogging copied to clipboard

Jogging fails to log when using the console

Open Kronuz opened this issue 14 years ago • 0 comments

Logging fails to log when using the console because source cannot be detected using 'name'. Instead of using: f_globals['name'], use: f_globals.get('name') to fix.

Kronuz avatar Aug 23 '10 16:08 Kronuz