Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Marishka17 committed Dec 17, 2024
1 parent 5292d29 commit b18a008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cvat/apps/dataset_manager/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ def parse_file_path(
ParsedFileNameClass = ParsedDatasetFilename
elif file_type == ExportFileType.BACKUP:
basename_match = re.fullmatch(
(r"(?:instance(?P<instance_timestamp>\d+\.\d+)-|_)" r"\.(?P<file_ext>.+)"),
r"(?:instance(?P<instance_timestamp>\d+\.\d+)-|_)" r"\.(?P<file_ext>.+)",
non_parsed_basename,
)
ParsedFileNameClass = ParsedBackupFilename
Expand Down

0 comments on commit b18a008

Please sign in to comment.