Skip to content

Commit

Permalink
remove extra white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
landam committed Nov 27, 2023
1 parent 25c6b10 commit 0d8a8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoderp2d/providers/base/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def output_filepath(self, name, data_type=None, dirname_only=False):
:return: full path to the dataset
"""
if data_type is None:
data_type = self._data_target.get(name)
defined_targets = ("temp", "control", "core")
data_type = self._data_target.get(name)
defined_targets = ("temp", "control", "core")
if data_type is None or data_type not in defined_targets:
Logger.debug(
"Unable to define target in output_filepath for {}. Assuming temp.".format(name)
Expand Down

0 comments on commit 0d8a8bc

Please sign in to comment.