bam cli: add ability to checkout into a named location

This commit is contained in:
2014-11-21 15:12:57 +01:00
parent b51de97adf
commit 5fd88c03cf
3 changed files with 38 additions and 29 deletions

View File

@@ -39,7 +39,6 @@ def create_image_single(deps):
image.save()
if __name__ == "__main__":
import sys
blendfile, blendfile_deps_json, create_id, returncode = sys.argv[-4:]