Skip to content

Commit 6d69ce0

Browse files
author
Daniela Butano
committed
fix checkstyle
1 parent 7860ee5 commit 6d69ce0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

intermine/webservice.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,8 @@ def get_template_by_user(self, name, username):
521521
t = templates[name]
522522
except KeyError:
523523
raise ServiceError("There is no template called '"
524-
+ name + "' at this service belonging to '" + username + "'")
524+
+ name + "' at this service belonging to '"
525+
+ username + "'")
525526
if not isinstance(t, Template):
526527
t = Template.from_xml(t, self.model, self)
527528
t.user_name = username

0 commit comments

Comments
 (0)