mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-20 15:50:47 +08:00
update create_scaffold
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user