Commit 8f463911 authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #747 from stepshal/comment_hash

Fix spacing after comment hash.
parents 29d9fc67 10bf8e72
......@@ -2976,7 +2976,7 @@ def _initialize_master_working_set():
# ensure that all distributions added to the working set in the future
# (e.g. by calling ``require()``) will get activated as well,
# with higher priority (replace=True).
dist = None # ensure dist is defined for del dist below
dist = None # ensure dist is defined for del dist below
for dist in working_set:
dist.activate(replace=False)
del dist
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment