Skip to content

Commit

Permalink
Remove DB environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkedev committed Feb 28, 2020
1 parent 1c6a4c5 commit 0e3e385
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion bin/cash
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env bash

export DB='mpr/db/db.h5'
python3 -m mpr.cash_index "$@"
2 changes: 1 addition & 1 deletion bin/clean
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

rm -rf build dist mpr.egg-info MANIFEST .coverage coverage **/__pycache__
rm -rf build dist mpr.egg-info MANIFEST .coverage coverage ./**/__pycache__
1 change: 0 additions & 1 deletion bin/cutout
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env bash

export DB='mpr/db/db.h5'
python3 -m mpr.cutout_index "$@"
2 changes: 2 additions & 0 deletions bin/lint
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/usr/bin/env bash

flake8

0 comments on commit 0e3e385

Please sign in to comment.