diff --git a/navigator/scripts/write-chunks.py b/navigator/scripts/write-chunks.py index acec7e0..1c06593 100755 --- a/navigator/scripts/write-chunks.py +++ b/navigator/scripts/write-chunks.py @@ -43,7 +43,7 @@ def main(): sys.exit(1) path = sys.argv[1] try: - file = open(path, "xb") + file = open(path, "wb") except Exception as e: print(e) sys.exit(1)