We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b9563 commit 855754aCopy full SHA for 855754a
mindboggle/data/data.py
@@ -26,7 +26,6 @@ def fetch_file_path(file_name):
26
"""
27
import os
28
29
- full_path = os.path.join(os.path.dirname(__file__), file_name)
30
- file_path = open(full_path)
+ file_path = os.path.join(os.path.dirname(__file__), file_name)
31
32
return file_path
0 commit comments