Skip to content

Commit a68c85d

Browse files
author
Daniel Dotsenko
committed
build script - minor tweak
1 parent 917131b commit a68c85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def timeUTC():
6868
def getCommitIDstring():
6969
import subprocess
7070

71-
if not getattr( subprocess, "check_output", None):
71+
if not hasattr( subprocess, "check_output"):
7272
# let's not bother emulating it. Not important
7373
return ""
7474
else:

0 commit comments

Comments
 (0)