We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff01c12 commit 6903121Copy full SHA for 6903121
1 file changed
middleware/main.py
@@ -329,7 +329,7 @@ async def main():
329
transform_publisso_to_publisso_schemaorg()
330
if sitemap["name"] == "openagrar":
331
extract_thunen_from_openagrar_metadata()
332
- if git_repo and "_native.json" not in path.name:
+ if git_repo and not path.name.endswith("_native.json"):
333
# if a git repo is set, we commit all files except those ending in _native.json
334
commit_to_git(scraper_config.url, git_repo, path, starttime)
335
0 commit comments