Skip to content

Commit c5ee12d

Browse files
committed
Adding missing space
1 parent 3fa49b2 commit c5ee12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
html = file.replace('.php', '.html')
1515
os.system('cd ' + os.path.dirname(file) + ' && php ' + os.path.basename(file) + ' > ' + os.path.basename(html))
1616

17-
print('Generating ' + html + '.. done')
17+
print('Generating ' + html + ' .. done')

0 commit comments

Comments
 (0)