diff options
Diffstat (limited to 'src/SConscript')
-rw-r--r-- | src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SConscript b/src/SConscript index bd20d4e2108..a277e8b7925 100644 --- a/src/SConscript +++ b/src/SConscript @@ -30,7 +30,7 @@ def write_git_sha1_h_file(filename): try: subprocess.Popen(args, stdout=f).wait() except: - print "Warning: exception in write_git_sha1_h_file()" + print("Warning: exception in write_git_sha1_h_file()") return if not os.path.exists(filename) or not filecmp.cmp(tempfile, filename): |