Skip to content

Commit 8a02a37

Browse files
author
Vasileios Karakasis
authored
Merge branch 'master' into docs/misc-fixes
2 parents b025e7b + a7011d8 commit 8a02a37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reframe/utility/osext.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,9 @@ def unique_abs_paths(paths, prune_children=True):
570570

571571

572572
def cray_cdt_version():
573-
'''Return the Cray Development Toolkit (CDT) version or :class:`None` for
574-
non-Cray systems'''
573+
'''Return the Cray Development Toolkit (CDT) version or :class:`None` if
574+
the version cannot be retrieved.'''
575+
575576
rcfile = os.getenv('MODULERCFILE', '/opt/cray/pe/cdt/default/modulerc')
576577
try:
577578
with open(rcfile) as fp:

0 commit comments

Comments
 (0)