We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d1a39 commit ff7d855Copy full SHA for ff7d855
reframe/core/pipeline.py
@@ -2645,7 +2645,7 @@ def run(self):
2645
The resources of the test are copied to the stage directory and the
2646
rest of execution is delegated to the :func:`RegressionTest.run()`.
2647
'''
2648
- if (self.sourcesdir and self._requires_stagedir_contents()):
+ if self.sourcesdir and self._requires_stagedir_contents():
2649
if osext.is_url(self.sourcesdir):
2650
self._clone_to_stagedir(self.sourcesdir)
2651
else:
0 commit comments