Skip to content

Commit

Permalink
fix yaml none issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed May 3, 2018
1 parent b7bc952 commit 98dbef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def __exit__(self, type, value, traceback):
try:
import yaml
except ImportError:
yaml == None
yaml = None

if yaml:
configs.extend(collect_yaml())
Expand Down

0 comments on commit 98dbef0

Please sign in to comment.