Skip to content

Commit

Permalink
fix pylint finding
Browse files Browse the repository at this point in the history
  • Loading branch information
treee111 committed Sep 29, 2022
1 parent 57affb6 commit bb8d40e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions wahoomc/osm_maps_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,6 @@ def split_filtered_country_files_to_tiles(self):
f'{tile["x"]}', f'{tile["y"]}', f'split-{country}.osm.pbf')
out_file_names = os.path.join(USER_OUTPUT_DIR,
f'{tile["x"]}', f'{tile["y"]}', f'split-{country}-names.osm.pbf')
out_merged = os.path.join(USER_OUTPUT_DIR,
f'{tile["x"]}', f'{tile["y"]}', 'merged.osm.pbf')

# split filtered country files to tiles every time because the result is different per constants
# Windows
Expand Down

0 comments on commit bb8d40e

Please sign in to comment.