Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
modifying copy command
  • Loading branch information
Klaus Thoden committed Mar 3, 2017
1 parent 56111cc commit 23e1cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_frontmatter.py
Expand Up @@ -491,7 +491,7 @@ def main(eoa_publication):
add_pdf_info(pdffilename_front, authors_line, unformatted_chapter_title, subject_string)

command_file.write("cp %s%s %s%s.bak\n" % (MEDIA_DIR, chapter[7], MEDIA_DIR, chapter[7]))
command_file.write("cp %s %s%s\n" % (pdf_filename, MEDIA_DIR, chapter[7]))
command_file.write("cp '%s' %s%s\n" % (pdf_filename, MEDIA_DIR, chapter[7]))

# back to normal
command_file.close()
Expand Down

0 comments on commit 23e1cb9

Please sign in to comment.