Преглед на файлове

Regression test: fix deprecated python print call.

Kim Kulling преди 9 години
родител
ревизия
bcff6210b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      test/regression/run.py

+ 1 - 1
test/regression/run.py

@@ -264,7 +264,7 @@ def del_folder_with_contents(folder):
 def run_test():
     tmp_target_path = os.path.join(settings.results, "tmp")
     try:
-        print "try to make " + tmp_target_path
+        print( "try to make " + tmp_target_path )
         os.mkdir(tmp_target_path)
     except OSError as oerr:
         # clear contents if tmp folder exists already