Skip to content

Commit d19ecc3

Browse files
aylwardthewtex
authored andcommitted
STYLE: Additional lint changes to CreateTarball.py
1 parent 94d5894 commit d19ecc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/CreateTarball.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
example_idx = example_dir.index("SphinxExamples") + 15
2828
html_output_dir = os.path.join(sys.argv[2], "html", example_dir[example_idx:])
2929

30-
if not os.path.exists( html_output_dir ):
30+
if not os.path.exists(html_output_dir):
3131
os.makedirs(html_output_dir)
3232

3333
# Copy files to support web editting to the html output.

0 commit comments

Comments
 (0)