Skip to content

Commit

Permalink
CondTools/SiStrip: use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Jul 13, 2021
1 parent 29db216 commit fee12cf
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 fee12cf

Please sign in to comment.