Set the exit code to 0 if conversion is successful

This commit is contained in:
ryu10 2020-05-28 16:22:04 -07:00
parent 1f151de479
commit 17e95cf40f

View File

@ -27,7 +27,7 @@ def main(argv=None):
with open(pofilename, mode="wb") as pofile: with open(pofilename, mode="wb") as pofile:
for potrack in potracks: for potrack in potracks:
pofile.write(potrack) pofile.write(potrack)
return 1 return 0
# From Beneath Apple ProDOS, table 3.1 # From Beneath Apple ProDOS, table 3.1
# block 000 physical 0, 2 DOS 0, E page 0, 1 # block 000 physical 0, 2 DOS 0, E page 0, 1