Skip to content

Commit b7846e5

Browse files
committed
reinserted a delete variable
1 parent 07864b2 commit b7846e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycirk/pycirk_settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def check_dataset_location(self):
221221
"or ask for a copy through " +
222222
223223
"and add it to " +
224-
ospt.join(ospt.dirname(__file__) + "/data/"))
224+
ospt.join(ospt.dirname(__file__))+"/data/")
225225

226226
elif os.path.exists(io) is True:
227227
data = io

0 commit comments

Comments
 (0)