Chris Oswald commited on
Commit
68a78d6
·
1 Parent(s): 74c2a13
Files changed (1) hide show
  1. SPIDER.py +1 -0
SPIDER.py CHANGED
@@ -156,6 +156,7 @@ class CustomBuilderConfig(datasets.BuilderConfig):
156
  return scan_types
157
 
158
  def _import_var_types(self):
 
159
  var_types_path = os.path.join("TextFiles", "var_types.json")
160
  with open(var_types_path, "r") as io:
161
  var_types = json.load(io)
 
156
  return scan_types
157
 
158
  def _import_var_types(self):
159
+ print(os.getcwd())
160
  var_types_path = os.path.join("TextFiles", "var_types.json")
161
  with open(var_types_path, "r") as io:
162
  var_types = json.load(io)