Skip to content

Commit

Permalink
Merge pull request avocado-framework#5878 from zuohanxu/zuo_avocado
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Richter <[email protected]>
  • Loading branch information
richtja authored Mar 22, 2024
2 parents 5353103 + 4fd3c1c commit 7af2ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avocado/core/safeloader/docstring.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_docstring_directives_tags(docstring):
if key in result:
result[key].add(val)
else:
result[key] = set([val])
result[key] = {val}
else:
result[tag] = None
return result
Expand Down

0 comments on commit 7af2ffc

Please sign in to comment.