Skip to content

Commit

Permalink
corrected argument processing
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd-mueller committed Jul 9, 2024
1 parent 3dfb085 commit 07189b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/process_profile_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@ def processProfiles ():

args = sys.argv

for arg in args:
print("Checking current argument: ", arg)

website_repo = args[-1]
args.remove(website_repo)

# For each new uploaded JSON-LD file
for arg in args:
print("Checking current script argument: ", arg)
Expand Down
2 changes: 1 addition & 1 deletion ChemicalSubstance/jsonld/ChemicalSubstance_v0.5-DRAFT.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"@context": {
"schema": "http://schema.org/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
Expand Down

0 comments on commit 07189b9

Please sign in to comment.