extract extract, mkdir
This commit is contained in:
parent
8afda609c3
commit
2cdd6f1607
2 changed files with 9 additions and 6 deletions
|
|
@ -112,7 +112,7 @@ if __name__ == "__main__":
|
|||
if len(sys.argv) < 2:
|
||||
usage()
|
||||
if not os.path.exists(os.path.dirname(sys.argv[1])):
|
||||
print "target does not exist"
|
||||
print "target does not exist", sys.argv[1]
|
||||
sys.exit(1)
|
||||
|
||||
g = GstTimeline(sys.argv[1])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue