Skip to content

Commit

Permalink
make the default requests_dir explicit
Browse files Browse the repository at this point in the history
Signed-off-by: Max de Bayser <[email protected]>
  • Loading branch information
maxdebayser committed Sep 19, 2024
1 parent 6ee83cd commit 477869d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmperf/utils/constants.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os

REQUESTS_DIR = os.environ.get("REQUESTS_DIR", "")
REQUESTS_DIR = os.environ.get("REQUESTS_DIR", ".")
REQUESTS_FILENAME = os.environ["REQUESTS_FILENAME"]
RESULTS_ALL_FILENAME = os.environ["RESULTS_ALL_FILENAME"]

0 comments on commit 477869d

Please sign in to comment.