Skip to content

Commit cdc9b34

Browse files
authored
Merge pull request #416 from superannotateai/friday
fix data handeling
2 parents d0fe177 + 6cc1730 commit cdc9b34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/core/data_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def convert_timestamp(timestamp):
298298
end_time = safe_time(convert_timestamp(parameter["end"]))
299299

300300
for timestamp_data in parameter["timestamps"]:
301-
timestamp = safeg_time(
301+
timestamp = safe_time(
302302
convert_timestamp(timestamp_data["timestamp"])
303303
)
304304
editor_instance["timeline"][timestamp] = {}

0 commit comments

Comments
 (0)