Skip to content

Commit

Permalink
reinserted a delete variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FDonati committed Apr 16, 2021
1 parent 07864b2 commit b7846e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycirk/pycirk_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def check_dataset_location(self):
"or ask for a copy through " +
"f.donati@cml.leidenuniv.nl " +
"and add it to " +
ospt.join(ospt.dirname(__file__) + "/data/"))
ospt.join(ospt.dirname(__file__))+"/data/")

elif os.path.exists(io) is True:
data = io
Expand Down

0 comments on commit b7846e5

Please sign in to comment.