Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aandvalenzuela committed Nov 26, 2024
1 parent 1baee42 commit eb4baaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion push-pkg-info.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def extract_and_upload(directory):
if process_type == "release":
print("Processing Releases...")
directory = "/data/cmssw/repos/cms/*_*_*/*/WEB/*/cms+cmssw+CMSSW*.json" # cmsrep path
else # integration builds
else: # integration builds
print("Processing IBs...")
directory = "/data/sdt/SDT/jenkins-artifacts/build-any-ib/*/*_*_*/*/DEPS/cmssw-ib.json" # cmssdt path

Expand Down

0 comments on commit eb4baaa

Please sign in to comment.