Skip to content

Commit ff7d855

Browse files
vkarakTheofilos Manitaras
andauthored
Apply suggestions from code review
Co-authored-by: Theofilos Manitaras <[email protected]>
1 parent 92d1a39 commit ff7d855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/core/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2645,7 +2645,7 @@ def run(self):
26452645
The resources of the test are copied to the stage directory and the
26462646
rest of execution is delegated to the :func:`RegressionTest.run()`.
26472647
'''
2648-
if (self.sourcesdir and self._requires_stagedir_contents()):
2648+
if self.sourcesdir and self._requires_stagedir_contents():
26492649
if osext.is_url(self.sourcesdir):
26502650
self._clone_to_stagedir(self.sourcesdir)
26512651
else:

0 commit comments

Comments
 (0)