You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
technology is assumed to be a list for method="API". The default value of None causes an error.
Traceback (most recent call last):
File "C:\Users\kotthoff\Documents\Projekte\eTwin\github\open_mastr_manual_test.py", line 65, in
db.download(
File "c:\users\kotthoff\documents\projekte\etwin\github\open-mastr\open-mastr\open_mastr\mastr.py", line 186, in download
) = technology_input_harmonisation(
File "c:\users\kotthoff\documents\projekte\etwin\github\open-mastr\open-mastr\open_mastr\utils\helpers.py", line 293, in technology_input_harmonisation
if "permit" in technology:
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered:
Additionally, do not use the location_to_csv anymore as it would need
a filled locations_basic table. Simply export locations_extended from bulk
download.
technology
is assumed to be a list formethod
="API". The default value of None causes an error.Traceback (most recent call last):
File "C:\Users\kotthoff\Documents\Projekte\eTwin\github\open_mastr_manual_test.py", line 65, in
db.download(
File "c:\users\kotthoff\documents\projekte\etwin\github\open-mastr\open-mastr\open_mastr\mastr.py", line 186, in download
) = technology_input_harmonisation(
File "c:\users\kotthoff\documents\projekte\etwin\github\open-mastr\open-mastr\open_mastr\utils\helpers.py", line 293, in technology_input_harmonisation
if "permit" in technology:
TypeError: argument of type 'NoneType' is not iterable
The text was updated successfully, but these errors were encountered: