Skip to content

Commit

Permalink
variables are empty at that time
Browse files Browse the repository at this point in the history
should make it clearer like this
  • Loading branch information
treee111 committed Feb 14, 2023
1 parent f4143fc commit 03f31a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wahoomc/osm_maps_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def process_input_of_the_tool(self, o_input_data):
"""

o_downloader = Downloader(
o_input_data.max_days_old, o_input_data.force_download, self.tiles, self.border_countries)
o_input_data.max_days_old, o_input_data.force_download, None, None)
# takeover what is given by user first for force_processing
self.force_processing = o_input_data.force_processing

Expand Down

0 comments on commit 03f31a2

Please sign in to comment.