Skip to content

Commit

Permalink
Merge branch 'main' into feature/industrial-pack
Browse files Browse the repository at this point in the history
  • Loading branch information
sebamarynissen authored Dec 29, 2024
2 parents 242da8c + 82d1c36 commit 3c77fb2
Show file tree
Hide file tree
Showing 459 changed files with 4,671 additions and 1,413 deletions.
4 changes: 3 additions & 1 deletion .github/sc4e-check-updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# Pass directories or yaml files as arguments.

# TODO incorporate this script into sc4pac-actions

import yaml
import sys
import os
Expand Down Expand Up @@ -56,7 +58,7 @@ def main() -> int:
continue

# check URLs
url = doc.get('url')
url = doc.get('nonPersistentUrl') or doc.get('url')
if url is None:
continue # not an asset
m = url_id_pattern.fullmatch(url)
Expand Down
Loading

0 comments on commit 3c77fb2

Please sign in to comment.