Skip to content

Commit

Permalink
Fix io dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Volara committed Oct 6, 2024
1 parent 19a47f0 commit 7beec7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volara_proof/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from volara_proof.proof import Proof

INPUT_DIR, OUTPUT_DIR, SEALED_DIR = "./demo/input", "./demo/output", "./demo/sealed"
INPUT_DIR, OUTPUT_DIR, SEALED_DIR = "/input", "/output", "/sealed"

logging.basicConfig(level=logging.INFO, format="%(message)s")

Expand Down

0 comments on commit 7beec7f

Please sign in to comment.