Skip to content

Commit

Permalink
chore: apply refurb suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
RaczeQ committed Mar 10, 2024
1 parent f45f76e commit bfa7480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quackosm/pbf_file_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ def _get_ways_with_linestrings(
self._delete_directories(grouped_ways_tmp_path)

with TaskProgressBar(
f"Saving {mode} ways with linestrings", f"{step_number + 1}"
f"Saving {mode} ways with linestrings", str(step_number + 1)
) as bar:
self._construct_ways_linestrings(
bar=bar,
Expand Down

0 comments on commit bfa7480

Please sign in to comment.