Skip to content

Commit 6ed0d9c

Browse files
committed
Update __main__.py
1 parent 6e7569d commit 6ed0d9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.manager/src/proman/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def get_recursive(parts, current_object):
1818
return get_recursive(parts, script)
1919

2020
initialize_logger()
21+
2122
# begin auto-generated parser
2223
parser = argparse.ArgumentParser(description="Project Manager CLI")
2324
parser.add_argument("--repo", type=str, help="Local path to the repository root directory.", default="./")
@@ -88,6 +89,7 @@ def get_recursive(parts, current_object):
8889
if (args.from_ref and not args.to_ref) or (args.to_ref and not args.from_ref):
8990
parser.error("Both --from-ref and --to-ref must be provided together.")
9091
# end auto-generated parser
92+
9193
logger.debug("Input Arguments", args)
9294
endpoint = get_endpoint(args.endpoint)
9395
endpoint(args)

0 commit comments

Comments
 (0)