Skip to content

Commit

Permalink
Adding missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
S1SYPHOS committed May 5, 2019
1 parent 3fa49b2 commit c5ee12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
html = file.replace('.php', '.html')
os.system('cd ' + os.path.dirname(file) + ' && php ' + os.path.basename(file) + ' > ' + os.path.basename(html))

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

0 comments on commit c5ee12d

Please sign in to comment.