back to an working state
This commit is contained in:
@@ -22,7 +22,7 @@ def read_version_config():
|
||||
|
||||
if not os.path.exists(CONFIG_FILE):
|
||||
logger.error(
|
||||
f"Func: read_version_config() MSG: Could not find config file '{CONFIG_FILE}'"
|
||||
f"FUNC: read_version_config() MSG: Could not find config file '{CONFIG_FILE}'"
|
||||
)
|
||||
return "x.x.x"
|
||||
|
||||
@@ -82,8 +82,8 @@ create_parser.add_argument(
|
||||
create_parser.add_argument(
|
||||
"-r",
|
||||
"--recursive",
|
||||
action="store_true",
|
||||
# nargs="*",
|
||||
# action="store_true",
|
||||
nargs="*",
|
||||
help="Sets the recursive mode for folders to true. First argumet\n is for the depth and the second for the width.",
|
||||
)
|
||||
create_parser.set_defaults(command_class=Refit_Create)
|
||||
|
||||
Reference in New Issue
Block a user