mirror of
https://github.com/dtomlinson91/tembo.git
synced 2025-12-22 07:55:45 +00:00
updating cli.py
This commit is contained in:
@@ -114,7 +114,7 @@ def new(scope, inputs, dry_run, example):
|
|||||||
)
|
)
|
||||||
if _name_found:
|
if _name_found:
|
||||||
try:
|
try:
|
||||||
scoped_page = pages.ScopedPageCreator().create_page(page_creator_options)
|
scoped_page = pages.ScopedPageCreator(page_creator_options).create_page()
|
||||||
except exceptions.BasePathDoesNotExistError as base_path_does_not_exist_error:
|
except exceptions.BasePathDoesNotExistError as base_path_does_not_exist_error:
|
||||||
tembo.logger.critical(base_path_does_not_exist_error)
|
tembo.logger.critical(base_path_does_not_exist_error)
|
||||||
raise SystemExit(1) from base_path_does_not_exist_error
|
raise SystemExit(1) from base_path_does_not_exist_error
|
||||||
|
|||||||
Reference in New Issue
Block a user