Disable buffering here.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3160 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
5f25458b64
commit
ebe54b6117
@ -5,6 +5,9 @@ import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
# Disable buffering.
|
||||
sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0)
|
||||
|
||||
if len(sys.argv) == 1:
|
||||
kWork = os.path.join('deps', sys.platform)
|
||||
elif len(sys.argv) == 2:
|
||||
|
Loading…
Reference in New Issue
Block a user