Commit 18e3d7f4 authored by Gyanendra Mishra's avatar Gyanendra Mishra

fix formatting

parent 2124d843
...@@ -15,9 +15,9 @@ def launch_prelaunch_data_generator( ...@@ -15,9 +15,9 @@ def launch_prelaunch_data_generator(
service_config = get_service_config(files_artifact_mountpoints) service_config = get_service_config(files_artifact_mountpoints)
service_id = "%v%v".format( service_id = "{0}{1}".format(
SERVICE_ID_PREFIX, SERVICE_ID_PREFIX,
time.now().unix, time.now().unix_nano,
) )
add_service(service_id, service_config) add_service(service_id, service_config)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment