mirror of
https://github.com/paulhagstrom/dsk2po.git
synced 2025-08-05 17:25:09 +00:00
Set the exit code to 0 if conversion is successful
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user