Unverified Commit 513b0106 authored by kladko's avatar kladko

Added image tagging

parent 34f0fc09
...@@ -49,10 +49,10 @@ ...@@ -49,10 +49,10 @@
import sys, os, subprocess, time import sys, os, subprocess, time
os.chdir("..") os.chdir("..")
topDir = os.getcwd() + "/sgxwallet" topDir = os.getcwd() + "/sgxwallet"
print("Starting build") print("Starting build", flush=True)
print("Top directory is:" + topDir) print("Top directory is:" + topDir, flush=True)
print(sys.argv[1]); print(sys.argv[1], flush=True);
#print(sys.argv[2]); #print(sys.argv[2]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment