quote that argument

This commit is contained in:
Martin A. Brown 2016-03-04 21:34:44 -08:00
parent d8f14c9e55
commit 93fb5b3356
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Asciidoc(BaseDoctype):
@depends(graph, make_chunked_html)
def move_chunked_html(self):
s = 'mv --no-clobber -v -- {output.stem}.chunked html'
s = 'mv --no-clobber -v -- "{output.stem}.chunked" html'
return self.shellscript(s)
@depends(graph, move_chunked_html)