Skip to content

Commit

Permalink
Update pgdb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lxy2304 authored Jul 10, 2024
1 parent 8b76f03 commit 7d779c4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions polyglotdb/pgdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,6 @@ def status(name):


def main():
if 'CONDA_PREFIX' not in os.environ:
print('Conda environment not detected. Please ensure you are running under a conda environment')
sys.exit(1)
global CONFIG_DIR
CONFIG_DIR = os.environ.get('PGDB_HOME', os.path.expanduser('~/.pgdb'))

Expand Down

0 comments on commit 7d779c4

Please sign in to comment.