Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv committed Dec 10, 2024
1 parent 858a323 commit 6953d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RwsCheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def has_all_rationales(self, check_sets):
sites = rwset.get("associatedSites", []) + \
rwset.get("serviceSites", [])
rationales = rwset.get('rationaleBySite', None)
print(sites)
print(sites)
print(rationales)
if sites and rationales is not None:
for site in sites:
Expand Down

0 comments on commit 6953d9e

Please sign in to comment.