Merge pull request #3454 from nyetsche/abspath

set checkout destination directory to be full path
pull/3451/merge
Michael DeHaan 11 years ago
commit 95b90cf71a

@ -116,6 +116,8 @@ def main(args):
parser.error("Missing required directory argument")
return 1
options.dest = os.path.abspath(options.dest)
if not options.url:
parser.error("URL for git repo not specified, use -h for help")
return 1

Loading…
Cancel
Save