projects
/
platform
/
upstream
/
assimp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b694bfd
)
Regression test: fix deprecated python print call.
author
Kim Kulling
<kim.kulling@googlemail.com>
Tue, 8 Dec 2015 20:33:08 +0000
(21:33 +0100)
committer
Kim Kulling
<kim.kulling@googlemail.com>
Tue, 8 Dec 2015 20:33:08 +0000
(21:33 +0100)
test/regression/run.py
patch
|
blob
|
history
diff --git
a/test/regression/run.py
b/test/regression/run.py
index
66b2599
..
12f0fc9
100755
(executable)
--- a/
test/regression/run.py
+++ b/
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