Skip to content
Snippets Groups Projects
Commit 8ce5137e authored by Baptiste Ravina's avatar Baptiste Ravina Committed by Melissa Yexley
Browse files

bugfix

parent f56d8066
No related branches found
No related tags found
No related merge requests found
...@@ -468,7 +468,7 @@ class ConfigAccumulator : ...@@ -468,7 +468,7 @@ class ConfigAccumulator :
return "" return ""
if excludeFrom is None : if excludeFrom is None :
excludeFrom = {} excludeFrom = set()
elif not isinstance(excludeFrom, set) : elif not isinstance(excludeFrom, set) :
raise ValueError ('invalid excludeFrom argument (need set of strings): ' + str(excludeFrom)) raise ValueError ('invalid excludeFrom argument (need set of strings): ' + str(excludeFrom))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment