Skip to content

Commit 21ced54

Browse files
committed
oops, black formatting
1 parent f925c71 commit 21ced54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

AutoDuck/make.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
# *sob* - we should kill .chm file support!
88
# "hhc" is the "html help compiler" - part of some obscure SDK.
99
if not os.environ.get("HHC"):
10-
os.environ["HHC"] = os.path.expandvars(r'"%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe"')
10+
os.environ["HHC"] = os.path.expandvars(
11+
r'"%ProgramFiles(x86)%\HTML Help Workshop\hhc.exe"'
12+
)
1113

1214
# find nmake
1315
nmake = subprocess.check_output(

0 commit comments

Comments
 (0)