Skip to content

Commit bd5683e

Browse files
committed
minor improvement
1 parent 6d88937 commit bd5683e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/performance/locustfiles/functions/map_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def print_job_logs(configuration: osparc_client.Configuration, solver_job_uid: s
186186
response.raise_for_status()
187187
for line in response.iter_lines():
188188
for msg in json.loads(line).get("messages"):
189-
print(f"{datetime.now().isoformat()}: {msg}")
189+
print(f"{datetime.now().isoformat(timespec='seconds')}: {msg}")
190190

191191

192192
if __name__ == "__main__":

0 commit comments

Comments
 (0)