Redundant repr() call

This commit is contained in:
Thomas Nagy 2016-03-12 12:35:09 +01:00
parent d81dfac34e
commit 83c237ffe0
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ class inst(Task.Task):
def uid(self):
lst = [self.dest, self.path] + self.source
return Utils.h_list(repr(lst))
return Utils.h_list(lst)
def post(self):
"""