mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
create time
This commit is contained in:
parent
d141051305
commit
f0c8df3281
1 changed files with 3 additions and 3 deletions
|
@ -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():
|
||||||
|
|
Loading…
Reference in a new issue