Skip to content
Snippets Groups Projects
Commit 8f110f50 authored by Franck Dary's avatar Franck Dary
Browse files

Don't print errors of getRawText.py

parent f55dada0
No related branches found
No related tags found
No related merge requests found
...@@ -20,5 +20,5 @@ if __name__ == "__main__" : ...@@ -20,5 +20,5 @@ if __name__ == "__main__" :
continue continue
targetFile = open(target, "w") targetFile = open(target, "w")
command = sys.argv[1] + " " + pathToFile command = sys.argv[1] + " " + pathToFile
p = subprocess.Popen(command, stdout=targetFile, stderr=sys.stderr, shell=True) p = subprocess.Popen(command, stdout=targetFile, shell=True)
p.wait() p.wait()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment