Skip to content

Commit

Permalink
Fix variable name.
Browse files Browse the repository at this point in the history
  • Loading branch information
drewoldag committed Aug 6, 2024
1 parent 2568690 commit 598dfa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kbmod_wf/task_impls/kbmod_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def __init__(

def run_search(self):
self.logger.info("Loading workunit from file")
directory_containing_shards, wu_filename = os.path.split(self.original_wu_filepath)
directory_containing_shards, wu_filename = os.path.split(self.input_wu_filepath)
wu = WorkUnit.from_sharded_fits(wu_filename, directory_containing_shards, lazy=False)
self.logger.debug("Loaded work unit")

Expand Down

0 comments on commit 598dfa6

Please sign in to comment.