We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d1f71 commit ed2fd9cCopy full SHA for ed2fd9c
volara_proof/__main__.py
@@ -30,6 +30,8 @@ def run() -> None:
30
"""Generate proofs for all input files."""
31
config = load_config()
32
input_files_exist = os.path.isdir(INPUT_DIR) and bool(os.listdir(INPUT_DIR))
33
+ print(os.listdir(INPUT_DIR))
34
+ print(os.environ)
35
36
if not input_files_exist:
37
raise FileNotFoundError(f"No input files found in {INPUT_DIR}")
0 commit comments