File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 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):
166166 Dictionary mapping paragraph IDs to metadata AND the complete raw JSON data
167167 """
168168 offline = app .config .offline
169- lock_path = app .confdir / 'fls .lock'
169+ lock_path = app .confdir / 'spec .lock'
170170
171171 # Dictionary to store all FLS IDs and their metadata
172172 all_fls_ids = {}
@@ -183,6 +183,7 @@ def gather_fls_paragraph_ids(app, json_url):
183183 raw_json_data = response .json ()
184184 data = raw_json_data # Keep reference to the original data
185185 logger .debug ("Successfully parsed JSON data" )
186+ print ("raw json" ,raw_json_data )
186187 except json .JSONDecodeError as e :
187188 logger .error (f"Failed to parse JSON: { e } " )
188189 logger .debug (f"Response content preview: { response .text [:500 ]} ..." )
You can’t perform that action at this time.
0 commit comments