expecting project strign now
This commit is contained in:
parent
16280cc1df
commit
636670f7a0
4
core.py
4
core.py
@ -34,10 +34,10 @@ class ParserTypes(enum.Enum):
|
||||
SUBSERVICES = 'subservices'
|
||||
|
||||
|
||||
def init_printout():
|
||||
def init_printout(project_string: str):
|
||||
global LOGGER_INSTANCE
|
||||
LOGGER_INSTANCE = get_console_logger()
|
||||
print('-- FSFW MOD Generator --')
|
||||
print(f'-- {project_string} MOD Generator --')
|
||||
|
||||
|
||||
def return_generic_args_parser() -> argparse.ArgumentParser:
|
||||
|
Loading…
Reference in New Issue
Block a user