mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed minor typo
This commit is contained in:
parent
321f8ab406
commit
4e3cad5702
@ -69,4 +69,5 @@ def gen(basepath, destpath, changelogpath, tixurl, confrepl=None, confpath=None,
|
|||||||
try:
|
try:
|
||||||
cmd(['sphinx-build', basepath, destpath])
|
cmd(['sphinx-build', basepath, destpath])
|
||||||
except SystemExit:
|
except SystemExit:
|
||||||
print("Sphinx called sys.exit(), but we're cancelling it because we don't acutally want to exit")
|
print("Sphinx called sys.exit(), but we're cancelling it because we don't actually want to exit")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user