Skip to content

Commit ebccb82

Browse files
revert example
1 parent 151ea7d commit ebccb82

File tree

1 file changed

+6
-6
lines changed
  • services/director-v2/src/simcore_service_director_v2/models

1 file changed

+6
-6
lines changed

services/director-v2/src/simcore_service_director_v2/models/comp_runs.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ def convert_null_to_empty_metadata(cls, v):
9494
"cluster_id": 0,
9595
"iteration": 42,
9696
"result": "NOT_STARTED",
97-
"created": "2021-03-01T12:07:34.19161",
98-
"modified": "2021-03-01T13:07:34.19161",
97+
"created": "2021-03-01 13:07:34.19161",
98+
"modified": "2021-03-01 13:07:34.19161",
9999
"use_on_demand_clusters": False,
100100
},
101101
{
@@ -105,10 +105,10 @@ def convert_null_to_empty_metadata(cls, v):
105105
"cluster_id": 123,
106106
"iteration": 12,
107107
"result": "SUCCESS",
108-
"created": "2021-03-01T13:07:34.19161",
109-
"modified": "2021-03-01T14:07:34.19161",
110-
"started": "2021-03-01T08:07:34.19161",
111-
"ended": "2021-03-01T13:07:34.10",
108+
"created": "2021-03-01 13:07:34.19161",
109+
"modified": "2021-03-0 13:07:34.19161",
110+
"started": "2021-03-01 8:07:34.19161",
111+
"ended": "2021-03-01 13:07:34.10",
112112
"metadata": {
113113
"node_id_names_map": {},
114114
"product_name": "osparc",

0 commit comments

Comments
 (0)