create time

This commit is contained in:
qiaofeng1227 2023-05-23 10:28:15 +08:00
parent d141051305
commit f0c8df3281

View file

@ -284,9 +284,9 @@ def get_createtime(official_app, app_path, customer_name):
result = shell_execute.execute_command_output_all(cmd)["result"].rstrip('\n') result = shell_execute.execute_command_output_all(cmd)["result"].rstrip('\n')
data_time = result data_time = result
except Exception: except Exception as e:
pass myLogger.info_logger(str(e))
myLogger.info_logger("get_createtime get success"+data_time)
return data_time return data_time
def get_apps_from_compose(): def get_apps_from_compose():