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 bc8da26 commit b9e65d6Copy full SHA for b9e65d6
opendrift/models/basemodel/__init__.py
@@ -1816,7 +1816,7 @@ def run(self,
1816
if 'skip_if' in var:
1817
skip = self.evaluate_conditional(*var['skip_if'])
1818
if skip is True:
1819
- logger.info(f'Skipping environment variable {vn} because of condition {var['skip_if']}')
+ logger.info(f'Skipping environment variable {vn} because of condition {var["skip_if"]}')
1820
self.required_variables.pop(vn)
1821
1822
########################
0 commit comments