Skip to content

Commit dfbc24e

Browse files
committed
py3 fix
1 parent c278602 commit dfbc24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7641,7 +7641,7 @@ def test_environment(self):
76417641
print(engine, work, Settings.ENVIRONMENT, assertions)
76427642
try:
76437643
self.do_run_in_out_file_test('tests', 'core', 'test_hello_world')
7644-
except Exception, e:
7644+
except Exception as e:
76457645
if not work:
76467646
if assertions:
76477647
# with assertions, an error should be shown

0 commit comments

Comments
 (0)