Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions intermine/webservice.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,8 @@ def get_template(self, name):
except KeyError:
raise ServiceError("There is no template called '"
+ name + "' at this service")
except StopIteration:
return
if not isinstance(t, Template):
t = Template.from_xml(t, self.model, self)
self.templates[name] = t
Expand Down