10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-24 06:02:26 +02:00

Merge branch 'master' into dev

This commit is contained in:
Anthony Scemama 2019-04-01 18:02:55 +02:00
commit b877e032c3

View File

@ -538,7 +538,7 @@ def get_binaries(path_module):
import subprocess
try:
cmd = 'grep -l -e "^program " {0}/*.irp.f'.format(path_module.abs)
cmd = 'grep -l -e "^\\s*program " {0}/*.irp.f'.format(path_module.abs)
process = subprocess.Popen([cmd],
shell=True,
stdout=subprocess.PIPE,