modified .gitignore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user