diff options
Diffstat (limited to 'cpp/demo/IceGrid/secure/makecerts.py')
-rwxr-xr-x | cpp/demo/IceGrid/secure/makecerts.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/demo/IceGrid/secure/makecerts.py b/cpp/demo/IceGrid/secure/makecerts.py index 00d8798e72c..3f9ebfc92a6 100755 --- a/cpp/demo/IceGrid/secure/makecerts.py +++ b/cpp/demo/IceGrid/secure/makecerts.py @@ -11,6 +11,7 @@ import os, sys, shutil, glob def iceca(args): + os.environ['PYTHONUNBUFFERED'] = '1' if os.system("iceca " + args): sys.exit(1) |