Skip to content

Commit

Permalink
Changes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
iarspider committed Dec 18, 2024
1 parent 17bcc49 commit 41d81fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildLogAnalyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def main(argv=None):
pkgList = os.getenv("CMSSW_BASE", None)
if pkgList:
pkgList += "/src/PackageList.cmssw"
rel = os.getenv("CMSSW_VERSION", None)
rel = os.getenv("CMSSW_VERSION", "master")
igWarning = []
if argv is None:
argv = sys.argv
Expand Down

0 comments on commit 41d81fa

Please sign in to comment.