Skip to content

Commit

Permalink
MNT: Pad adoption message when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Jul 13, 2021
1 parent 8acd229 commit 41da64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fissa/core.py
Expand Up @@ -998,7 +998,7 @@ def load(self, path=None, force=False, skip_clear=False):
if getattr(self, validator, None) is None:
if self.verbosity >= 2:
print(
"Adopting value {}={} from {}".format(
" Adopting value {}={} from {}".format(
validator, value, path
)
)
Expand Down

0 comments on commit 41da64e

Please sign in to comment.