Skip to content

Commit

Permalink
Undo edit
Browse files Browse the repository at this point in the history
  • Loading branch information
nickplesha committed Feb 4, 2025
1 parent 5adad72 commit 8b5987b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mapillary_tools/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,9 @@ def upload(
)
for idx, video_metadata in enumerate(specified_video_metadatas):
video_metadata.update_md5sum()
assert isinstance(
video_metadata.md5sum, str
), "md5sum should be updated"
assert isinstance(video_metadata.md5sum, str), (
"md5sum should be updated"
)

# extract telemetry measurements from GoPro videos
telemetry_measurements: T.List[telemetry.TelemetryMeasurement] = []
Expand Down

0 comments on commit 8b5987b

Please sign in to comment.