Merge pull request '[MR]Modified print style' (#2) from develop into main

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-05-08 09:24:18 +09:00
+4 -3
View File
@@ -67,6 +67,10 @@ def check_path(config_path):
log.error(e) log.error(e)
def main(config_path): 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 exit_flag = False
a = custom.my_file_config.read_config(f'{config_path}/user.config') a = custom.my_file_config.read_config(f'{config_path}/user.config')
@@ -208,9 +212,6 @@ if __name__ == '__main__':
if prm_uuid != None: if prm_uuid != None:
log = custom.my_logger.logger() 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: try:
for file_path in path_list: for file_path in path_list: