Skip to content

Commit

Permalink
Fix method
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Feb 20, 2024
1 parent 2f9f985 commit adc3a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egi_notebooks_hub/d4science.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ async def get_resources(self, access_token):
# Assume that this will fly
return xmltodict.parse(resp.body)

def _get_d4science_attr(attr_name):
def _get_d4science_attr(self, attr_name):
v = getattr(self, attr_name, None)
if v:
return quote_plus(v)
Expand Down

0 comments on commit adc3a6b

Please sign in to comment.