Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nsheff committed May 9, 2019
1 parent 2133f29 commit 695d041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypiper/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def __init__(
# later to pass to, for example, toolkits
import yaml
# An also use yaml.FullLoader for trusted input. . .
config = yaml.load(conf, LoaderF=yaml.SafeLoader)
config = yaml.load(conf, Loader=yaml.SafeLoader)
self.config = AttMapEcho(config)
else:
print("No config file")
Expand Down

0 comments on commit 695d041

Please sign in to comment.