Skip to content

Commit ed2fd9c

Browse files
author
Volara
committed
Add prints
1 parent b5d1f71 commit ed2fd9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

volara_proof/__main__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ def run() -> None:
3030
"""Generate proofs for all input files."""
3131
config = load_config()
3232
input_files_exist = os.path.isdir(INPUT_DIR) and bool(os.listdir(INPUT_DIR))
33+
print(os.listdir(INPUT_DIR))
34+
print(os.environ)
3335

3436
if not input_files_exist:
3537
raise FileNotFoundError(f"No input files found in {INPUT_DIR}")

0 commit comments

Comments
 (0)