We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156988c commit 7cb5abbCopy full SHA for 7cb5abb
src/blurb/blurb.py
@@ -139,7 +139,6 @@ def unsanitize_section(section):
139
return _unsanitize_section.get(section, section)
140
141
def next_filename_unsanitize_sections(filename):
142
- s = filename
143
for key, value in _unsanitize_section.items():
144
for separator in "/\\":
145
key = f"{separator}{key}{separator}"
0 commit comments