Skip to content

Commit

Permalink
Fixes #4117
Browse files Browse the repository at this point in the history
  • Loading branch information
capooti committed Dec 12, 2018
1 parent 28792c3 commit d0aefd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ def handle(self, **options):

print '\n***** Layers with errors: %s in a total of %s *****' % (len(layer_errors), layers_count)
for layer_error in layer_errors:
print '%s by %s' % (layer.alternate, layer.owner.username)
print '%s by %s' % (layer_error.alternate, layer_error.owner.username)

0 comments on commit d0aefd8

Please sign in to comment.