Skip to content

Commit

Permalink
pyinstaller debug level to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
m1lhaus committed Dec 16, 2015
1 parent 37b2123 commit 56e6a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def main():

print "Building distribution..."
print "=" * 100
process = subprocess.Popen([pyinstaller_exe, spec_file, '-y', '--clean'])
process = subprocess.Popen([pyinstaller_exe, spec_file, '-y', '--clean', '--log-level=WARN'])
retcode = process.wait()
print "=" * 100

Expand Down

0 comments on commit 56e6a84

Please sign in to comment.