Skip to content

Commit 6d30579

Browse files
committed
Change fls.lock to spec.lock
1 parent e9ce01f commit 6d30579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exts/coding_guidelines/fls_checks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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]}...")

0 commit comments

Comments
 (0)