tiny improvements based on the code review

This commit is contained in:
i-to-z 2023-11-19 14:54:43 -08:00
parent 2c84474dc0
commit efdfc9bb86
2 changed files with 2 additions and 3 deletions

View File

@ -17,8 +17,7 @@
#
# The mapping entries below are derived from
# https://github.com/Netatalk/netatalk/blob/branch-netatalk-2-3/config/AppleVolumes.system
# , which is under a GNU GPL license.
# Some entries, e.g the one for ".img" were modifed; few more (e.g. ".dc42") were added.
# Few entries, e.g the one for ".img" were modified; few more (e.g. ".dc42") were added.
#
# EXTN XLate CREATOR TYPE Application - Description (mime type)
.1st Ascii 'ttxt' 'TEXT' "SimpleText - Text Readme (application/text)"

View File

@ -951,7 +951,7 @@ def download_to_iso():
# See more at https://linux.die.net/man/1/genisoimage
iso_args = ["-hfs", "-map", str(genisoimage_hfs_resource_fork_map_file_path)]
logging.info(
"Found and using the genisoimage hfs map file at %s .",
"Found and using the genisoimage hfs map file at %s",
str(genisoimage_hfs_resource_fork_map_file_path),
)
else: