mirror of
https://github.com/paulhagstrom/dsk2po.git
synced 2025-01-02 08:31:04 +00:00
Merge pull request #2 from ryu10/master
Set the exit code to 0 if conversion is successful
This commit is contained in:
commit
5d9c81dcdb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user