Skip to content

Commit 4a3953f

Browse files
author
Vasileios Karakasis
committed
Fix PEP8 issues
1 parent 054ab35 commit 4a3953f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reframe/utility/osext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,8 @@ 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` if the
574-
version cannot be retrieved.'''
573+
'''Return the Cray Development Toolkit (CDT) version or :class:`None` if
574+
the version cannot be retrieved.'''
575575

576576
rcfile = os.getenv('MODULERCFILE', '/opt/cray/pe/cdt/default/modulerc')
577577
try:

0 commit comments

Comments
 (0)