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
after installing the last version of codecarbon my script is running into issues due to a syntax error in api_client.py file, line 117:
if organization := self.check_organization_exists(organization_name):
To be able to run my script I just replaced ":" by "=". I am unsure why it worked in previous runs, now it is complaining about it. But, yeah, the syntax is wrong.
The text was updated successfully, but these errors were encountered:
Description
after installing the last version of codecarbon my script is running into issues due to a syntax error in api_client.py file, line 117:
if organization := self.check_organization_exists(organization_name):
To be able to run my script I just replaced ":" by "=". I am unsure why it worked in previous runs, now it is complaining about it. But, yeah, the syntax is wrong.
The text was updated successfully, but these errors were encountered: