Skip to content
Snippets Groups Projects
Commit 1bf975da authored by Bianca Wentzel's avatar Bianca Wentzel
Browse files

Added missing self

parent 5e21c2d7
No related branches found
No related tags found
1 merge request!8Pvap calculation
Pipeline #94712 failed
......@@ -435,7 +435,7 @@ class PET(plugin.PluginAbstract):
if "alti_file" not in config_dict or not config_dict["alti_file"]:
logger.error("Can't find altitude file")
config_dict["windname"] = "".join(element for element in project_vars[config_dict["project"]] if "sfc" in element)
config_dict["windname"] = "".join(element for element in self.project_vars[config_dict["project"]] if "sfc" in element)
self.check_variables(config_dict)
self.extract_timeperiod(config_dict)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment