Skip to content
Snippets Groups Projects
Commit f27e1fd2 authored by Sebastian Lobinger's avatar Sebastian Lobinger
Browse files

update SAMSHub.app to still return SAMSApp Object instead of a dict

by changing addApp it is necessary to change this method according to
the new _appList and _apps structure
parent d26698e4
Branches
Tags
1 merge request!21Resolve "Apps sollen mit Alias an Hub angemeldet werden können"
...@@ -51,7 +51,7 @@ class SAMSHub: ...@@ -51,7 +51,7 @@ class SAMSHub:
def app(self, name): def app(self, name):
try: try:
return self._apps[name] return self._apps[name]['app']
except: except:
raise AppNotExist raise AppNotExist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment