Skip to content

Commit

Permalink
Merge pull request #12
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
bf777 authored Dec 22, 2021
2 parents c5df32b + 773be3b commit 87cd631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mesonet/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def find_git_repo():
# Preferred (faster) option to find mesonet git repo is to set it as an environment variable
git_repo_base = ""
try:
git_repo_base = os.getenv("MESONET_GIT")
git_repo_base = os.path.join(os.getenv("MESONET_GIT"), 'mesonet')
print('MesoNet git repo found at {}, skipping directory check...'.format(git_repo_base))
except:
# If we can't find the environment variable, search for the mesonet git repository
Expand Down

0 comments on commit 87cd631

Please # to comment.