Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed May 20, 2020
1 parent 84b7026 commit d279447
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/eoatex2imxml.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2020-04-29 13:30:07 (kthoden)>
# Time-stamp: <2020-05-20 20:12:38 (kthoden)>

"""
Converts Latex files into a customized DocBook XML file.
Expand Down Expand Up @@ -205,7 +205,7 @@
sys.exit( 1 )
if os.path.exists(INPUT_DIR / "Cover.jpg"):
shutil.copy(INPUT_DIR / "Cover.jpg", OUTPUT_DIR / "Cover.jpg")
logging.info("Copied cover imag from input directory.")
logging.info("Copied cover image from input directory.")
elif os.path.exists(INPUT_DIR / "images/Cover.jpg"):
shutil.copy(INPUT_DIR / "images/Cover.jpg", OUTPUT_DIR / "Cover.jpg")
logging.info("Copied cover image from publication directory.")
Expand Down

0 comments on commit d279447

Please sign in to comment.