Skip to content

Commit

Permalink
Revert "verbose output for osmium processing"
Browse files Browse the repository at this point in the history
This reverts commit a700f68.
It is not working as intended on macOS // not outputting something. Most likely because of the "subprocess.Popen" stlye of calling the command
  • Loading branch information
treee111 committed Oct 2, 2022
1 parent b96746d commit 1cfee3a
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 @@ -386,7 +386,6 @@ def filter_tags_from_country_osm_pbf_files(self):
sys_platform=platform.system()))
cmd.extend(['-o', out_file_o5m_filtered])
cmd.append('--overwrite')
cmd.append('-v')

run_subprocess_and_log_output(
cmd, '! Error in Osmium with country: {key}')
Expand All @@ -397,7 +396,6 @@ def filter_tags_from_country_osm_pbf_files(self):
name_tags=True, sys_platform=platform.system()))
cmd.extend(['-o', out_file_o5m_filtered_names])
cmd.append('--overwrite')
cmd.append('-v')

run_subprocess_and_log_output(
cmd, '! Error in Osmium with country: {key}')
Expand Down

0 comments on commit 1cfee3a

Please sign in to comment.