Skip to content

Commit 4fe7d28

Browse files
authored
Change path to match GIN repo current status (#603)
1 parent 87acf4d commit 4fe7d28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_unit/test_load_bboxes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,15 +317,15 @@ def test_from_via_tracks_file(
317317
(
318318
r"_(0\d*)_$",
319319
AttributeError,
320-
"/crab_1/00000.jpg (row 0): "
320+
"00000.jpg (row 0): "
321321
r"The provided frame regexp (_(0\d*)_$) did not return any "
322322
"matches and a frame number could not be extracted from "
323323
"the filename.",
324324
),
325325
(
326326
r"(0\d*\.\w+)$",
327327
ValueError,
328-
"/crab_1/00000.jpg (row 0): "
328+
"00000.jpg (row 0): "
329329
"The frame number extracted from the filename "
330330
r"using the provided regexp ((0\d*\.\w+)$) "
331331
"could not be cast as an integer.",

0 commit comments

Comments
 (0)