Skip to content

Commit

Permalink
still less verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Jan 29, 2024
1 parent acee18b commit 1d146fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_rdf_triples(self):
"""
royals_samples = Sample.get("royals")
debug = self.debug
debug = True
#debug = True
for name, royals in royals_samples.items():
json_str = royals.to_json(indent=2)
if debug:
Expand Down

0 comments on commit 1d146fa

Please sign in to comment.