Skip to content

Commit

Permalink
remvoe old dangerous flag
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Feb 4, 2025
1 parent 6191d28 commit 4ba4254
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions userCode/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ def gleaner_config(context: AssetExecutionContext):
sources = []
names: set[str] = set()

assert (
len(Lines) > 0
), f"No sitemaps found in sitemap index {REMOTE_GLEANER_SITEMAP}"
assert len(Lines) > 0, (
f"No sitemaps found in sitemap index {REMOTE_GLEANER_SITEMAP}"
)

for line in Lines:
basename = REMOTE_GLEANER_SITEMAP.removesuffix(".xml")
Expand Down Expand Up @@ -435,7 +435,6 @@ def nabu_prov_clear(context: OpExecutionContext):
"--cfg",
"nabuconfig.yaml",
"clear",
"--dangerous",
"--endpoint",
GLEANERIO_PROVGRAPH_ENDPOINT,
]
Expand Down

0 comments on commit 4ba4254

Please sign in to comment.