summaryrefslogtreecommitdiff
path: root/test/run_core_tests_manual.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/run_core_tests_manual.py')
-rw-r--r--test/run_core_tests_manual.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_core_tests_manual.py b/test/run_core_tests_manual.py
index e19b024..4b536d3 100644
--- a/test/run_core_tests_manual.py
+++ b/test/run_core_tests_manual.py
@@ -67,7 +67,7 @@ class CoreTests():
(pythonpath, test_cmd_prefix, test, cur_dir,
log_filename_prefix, test))
- assert(0 == ret)
+ assert (0 == ret)
os.system("rm -f *.pyc")
os.chdir(cur_dir)
print('ok')