From 17e95cf40f81f4f4e0194b6dbca3f6383fd7bbbb Mon Sep 17 00:00:00 2001 From: ryu10 Date: Thu, 28 May 2020 16:22:04 -0700 Subject: [PATCH] Set the exit code to 0 if conversion is successful --- dsk2po.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsk2po.py b/dsk2po.py index 6238add..3c638b8 100755 --- a/dsk2po.py +++ b/dsk2po.py @@ -27,7 +27,7 @@ def main(argv=None): with open(pofilename, mode="wb") as pofile: for potrack in potracks: pofile.write(potrack) - return 1 + return 0 # From Beneath Apple ProDOS, table 3.1 # block 000 physical 0, 2 DOS 0, E page 0, 1