File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ def gather_fls_paragraph_ids(app, json_url):
166
166
Dictionary mapping paragraph IDs to metadata AND the complete raw JSON data
167
167
"""
168
168
offline = app .config .offline
169
- lock_path = app .confdir / 'fls .lock'
169
+ lock_path = app .confdir / 'spec .lock'
170
170
171
171
# Dictionary to store all FLS IDs and their metadata
172
172
all_fls_ids = {}
@@ -183,6 +183,7 @@ def gather_fls_paragraph_ids(app, json_url):
183
183
raw_json_data = response .json ()
184
184
data = raw_json_data # Keep reference to the original data
185
185
logger .debug ("Successfully parsed JSON data" )
186
+ print ("raw json" ,raw_json_data )
186
187
except json .JSONDecodeError as e :
187
188
logger .error (f"Failed to parse JSON: { e } " )
188
189
logger .debug (f"Response content preview: { response .text [:500 ]} ..." )
You can’t perform that action at this time.
0 commit comments