modified .gitignore

This commit is contained in:
2025-10-01 22:20:23 +02:00
parent 461533b717
commit 691b68cb4c
5 changed files with 61 additions and 57 deletions

View File

@@ -84,7 +84,7 @@ args = parser.parse_args()
# Dispatcher
# determines what code gets addressed based of the users choosen flags.
# determines what code gets addressed based of the users chosen flags.
if hasattr(args, "command_class"):
logger.debug(f"In dispatcher with args: {args}")
Refit_Create = args.command_class