Skip to content

Commit

Permalink
update create_log.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Oct 30, 2024
1 parent 32336fb commit ceadc2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests-dev/create_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ def finish_log():
start_time = datetime.strptime(clean_START_TIME, "%Y-%m-%d %H:%M:%S")
clean_END_TIME= TEST_END_TIME.split('.')[0]
end_time = datetime.strptime(clean_END_TIME, "%Y-%m-%d %H:%M:%S")
print(TEST_START_TIME)
print(clean_START_TIME)
print(TEST_END_TIME)
print(clean_END_TIME)

hours, remainder= divmod((end_time - start_time).total_seconds(), 3600)
minutes, seconds= divmod(remainder, 60)
Expand Down

0 comments on commit ceadc2a

Please sign in to comment.