back to an working state

This commit is contained in:
2025-10-02 20:47:40 +02:00
parent 36333b3b99
commit fb4e8a3be6
3 changed files with 53 additions and 29 deletions

View File

@@ -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)