mirror of
https://github.com/syoyo/tinygltf.git
synced 2026-09-26 12:06:17 +00:00
Consider Data URI buffers in binary. Fixes #79.
This commit is contained in:
@@ -28,7 +28,7 @@ def run(filename):
|
||||
p = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
(stdout, stderr) = p.communicate()
|
||||
except:
|
||||
print "Failed to execute: ", cmd
|
||||
print("Failed to execute: ", cmd)
|
||||
raise
|
||||
|
||||
if p.returncode != 0:
|
||||
|
||||
Reference in New Issue
Block a user