We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1258eb6 commit c854f69Copy full SHA for c854f69
rsopt/configuration/jobs.py
@@ -194,4 +194,4 @@ def setup(self, setup):
194
if self._setup.setup.get('input_file'):
195
self._setup.input_file_model = self._setup.parse_input_file(self._setup.setup.get('input_file'),
196
self.setup.get('execution_type', False) == 'shifter',
197
- self.ignored_files)
+ self.get_ignored_files())
0 commit comments