Skip to content

Commit

Permalink
Merge pull request #37105 from smuzaffar/generators-py3-fix
Browse files Browse the repository at this point in the history
[GENERATORS] Update all the scripts to use python3
  • Loading branch information
cmsbuild committed Mar 4, 2022
2 parents 80e7ab3 + 66154ad commit 7f34a3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

# This script sets up parallel jobs for the build, integrate and run
# step when using Herwig with the CMSSW framework.
Expand Down
@@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python3

from __future__ import print_function
print('Starting cmsLHEtoEOSManager.py')
Expand Down
2 changes: 1 addition & 1 deletion GeneratorInterface/LHEInterface/scripts/mergeLHE.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

from __future__ import print_function
import logging
Expand Down

0 comments on commit 7f34a3f

Please sign in to comment.