Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen committed Jan 17, 2025
1 parent f8b21a1 commit e3bb849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyiron_base/project/delayed.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def draw(self):

def get_python_result(self):
if isinstance(self._result, dict) and self._output_key is not None:
return self._result[self._output_key]
return self._result[str(self._output_key)]
elif isinstance(self._result, list):
if self._list_index is not None:
return self._result[self._list_index]
Expand Down

0 comments on commit e3bb849

Please sign in to comment.