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 3fa49b2 commit c5ee12dCopy full SHA for c5ee12d
examples.py
@@ -14,4 +14,4 @@
14
html = file.replace('.php', '.html')
15
os.system('cd ' + os.path.dirname(file) + ' && php ' + os.path.basename(file) + ' > ' + os.path.basename(html))
16
17
- print('Generating ' + html + '.. done')
+ print('Generating ' + html + ' .. done')
0 commit comments