diff --git a/Build_Scripter.py b/Build_Scripter.py index 71f8ed6..d44656c 100644 --- a/Build_Scripter.py +++ b/Build_Scripter.py @@ -67,6 +67,10 @@ def check_path(config_path): log.error(e) def main(config_path): + print(f'{company_name} {prm_title} v{prm_ver}\n' + f'(c) {company_name}. All rights reserved.\n' + f'System information as of {sys_date}\n') + exit_flag = False a = custom.my_file_config.read_config(f'{config_path}/user.config') @@ -208,9 +212,6 @@ if __name__ == '__main__': if prm_uuid != None: log = custom.my_logger.logger() - print(f'{company_name} {prm_title} v {prm_ver}\n' - f'(c) {company_name}. All rights reserved.\n' - f'System information as of {sys_date}\n') try: for file_path in path_list: