Skip to content

Commit

Permalink
[Fixes #4254] Pavement YAMLLoadWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Feb 27, 2019
1 parent 418f62f commit b2d6f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

dev_config = None
with open("dev_config.yml", 'r') as f:
dev_config = yaml.load(f)
dev_config = yaml.load(f, Loader=yaml.Loader)


def grab(src, dest, name):
Expand Down

0 comments on commit b2d6f0e

Please sign in to comment.