Skip to content

Commit

Permalink
pylint: avoid pointless string concat
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Feb 4, 2025
1 parent b891837 commit 3210369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bugfixes/github/test_issue_216.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class UncontrolledRecursion(metaclass=system_tests.CaseMeta):
url = "https://github.com/Exiv2/exiv2/issues/216"

filename = system_tests.path(
"$data_path/" "exiv2_0-26_exiv2_uncontrolled-recursion_printIFDStructure.tif"
"$data_path/exiv2_0-26_exiv2_uncontrolled-recursion_printIFDStructure.tif"
)

commands = ["$exiv2 -pR $filename"]
Expand Down

0 comments on commit 3210369

Please sign in to comment.