Skip to content

Commit

Permalink
Merge pull request #35816 from smuzaffar/12_1-py3subprocess-DQM_L1
Browse files Browse the repository at this point in the history
[DQM_L1] Fix needed for python3: Use of subprocess instead of commands
  • Loading branch information
cmsbuild authored Oct 28, 2021
2 parents 6ff0578 + 44b9567 commit 4181296
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
process = cms.Process("L1TDQMOffline")
import os
import sys
import commands

process.load("FWCore.MessageLogger.MessageLogger_cfi")
process.load("DQMServices.Core.DQM_cfg")
Expand Down

0 comments on commit 4181296

Please sign in to comment.