Skip to content

Commit 01a02b7

Browse files
committed
fix linting
1 parent 75c8701 commit 01a02b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/clickgen/packer/windows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def custom_sort_key(file_path):
133133
stem = f.stem.lower()
134134
sreg.append(f"%10%\\%CUR_DIR%\\%{stem}%")
135135
scur.append(f.name)
136-
sstr.append(f'{stem}{" "*(20-len(stem))}= "{f.name}"')
136+
sstr.append(f'{stem}{" "*(20-len(stem))}= "{f.name}"') # noqa: E226
137137
wreg_list.extend([item for item in all_wreg if f"%{stem}%" in item])
138138

139139
scheme_reg = f'"{",".join(sreg)}"'

0 commit comments

Comments
 (0)