fixed flake errors
This commit is contained in:
parent
0d18f7249c
commit
106147716a
@ -48,8 +48,8 @@ def __init__(self):
|
|||||||
def detect(self):
|
def detect(self):
|
||||||
try:
|
try:
|
||||||
cc_verbose = which('ftn')
|
cc_verbose = which('ftn')
|
||||||
text = cc_verbose('-craype-verbose',
|
text = cc_verbose('-craype-verbose',
|
||||||
output=str, error=str,
|
output=str, error=str,
|
||||||
ignore_errors=True).split()
|
ignore_errors=True).split()
|
||||||
if '-D__CRAYXC' in text:
|
if '-D__CRAYXC' in text:
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user