Skip to content

Commit

Permalink
add _reports directory to repo to make work in read-only file system
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgerpodger committed Jan 30, 2023
1 parent b855b9b commit 7b6006f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ __pycache__/

# application ignores
env/*
src/staketaxcsv/_reports/*
# src/staketaxcsv/_reports/*
src/staketaxcsv/sol/data_staking_rewards/*.csv
sample.env

Expand Down
Empty file.
2 changes: 0 additions & 2 deletions src/staketaxcsv/settings_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@
MESSAGE_STAKING_ADDRESS_FOUND = "Staking address found. Please input the main wallet address instead."

REPORTS_DIR = os.path.dirname(os.path.realpath(__file__)) + "/_reports"
if not os.path.exists(REPORTS_DIR):
os.mkdir(REPORTS_DIR)

0 comments on commit 7b6006f

Please sign in to comment.