Skip to content

Commit

Permalink
Bugfix 502 create configurable bin dir (#524)
Browse files Browse the repository at this point in the history
Co-authored-by: George McCabe <[email protected]>
  • Loading branch information
jprestop and georgemccabe authored Jun 26, 2020
1 parent 13566c6 commit a3e4cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/extract_tiles_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ExtractTilesWrapper(CommandBuilder):
def __init__(self, config, logger):
self.app_name = 'extract_tiles'
super().__init__(config, logger)
met_bin_dir = self.config.getdir('MET_BiN_DIR', '')
met_bin_dir = self.config.getdir('MET_BIN_DIR', '')
self.tc_pairs_dir = self.config.getdir('EXTRACT_TILES_PAIRS_INPUT_DIR')
self.overwrite_flag = self.config.getbool('config',
'EXTRACT_TILES_OVERWRITE_TRACK')
Expand Down

0 comments on commit a3e4cc3

Please sign in to comment.