Skip to content

Commit

Permalink
Merge pull request #34474 from smuzaffar/py3-fix-CondTools
Browse files Browse the repository at this point in the history
CondTools/SiStrip: use python3
  • Loading branch information
cmsbuild authored Jul 14, 2021
2 parents 9082188 + fee12cf commit a157e05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CondTools/SiStrip/scripts/SiStripDAQPopCon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''Script that runs a single O2O for SiStrip DAQ.
@author: Huilin Qu
'''
Expand Down
2 changes: 1 addition & 1 deletion CondTools/SiStrip/scripts/SiStripDCSPopCon.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''Script that runs SiStrip DCS O2O.
@author: Huilin Qu
'''
Expand Down
2 changes: 1 addition & 1 deletion CondTools/SiStrip/scripts/o2oRun_SiStripDAQ.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''
Main Script to run all SiStrip DAQ O2Os at the same time.
@author: Huilin Qu
Expand Down
2 changes: 1 addition & 1 deletion CondTools/SiStrip/scripts/o2oRun_SiStripDCS.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''
Top level script to run SiStrip DCS O2O.
@author: Huilin Qu
Expand Down

0 comments on commit a157e05

Please sign in to comment.