mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-11-07 17:36:00 +00:00
Support update of modder info
This commit is contained in:
parent
0da3ebca0b
commit
35012b68b5
2 changed files with 7 additions and 3 deletions
|
|
@ -221,7 +221,6 @@ def auto_apply_version_metadata(last_commit_sha):
|
|||
if __name__ == "__main__":
|
||||
try:
|
||||
last_commit_sha = sys.argv[1]
|
||||
print(type(sys.argv), sys.argv)
|
||||
except KeyError:
|
||||
raise ValueError("Last commit SHA not provided.")
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue