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 cf46263 commit a7a5f8fCopy full SHA for a7a5f8f
atlite/resource.py
@@ -80,7 +80,7 @@ def get_windturbineconfig(
80
Config with details on the turbine
81
82
"""
83
- assert isinstance(turbine, str | Path | dict)
+ assert isinstance(turbine, (str | Path | dict))
84
85
if add_cutout_windspeed is False:
86
msg = (
0 commit comments