update create_scaffold

This commit is contained in:
debugtalk
2018-09-11 00:40:47 +08:00
parent 38382ab832
commit 09e190b55d
3 changed files with 28 additions and 30 deletions

View File

@@ -74,8 +74,7 @@ def main_hrun():
project_name = args.startproject
if project_name:
project_path = os.path.join(os.getcwd(), project_name)
create_scaffold(project_path)
create_scaffold(project_name)
exit(0)
try: