Skip to content

Commit

Permalink
final flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Mar 23, 2015
1 parent bc9f193 commit 7afc80a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ def import_stage(self, harvest_object):
# Setup harvest user as admin
user_name = self.config.get('user', u'harvest')
user = model.User.get(user_name)
pkg_role = model.PackageRole(package=package, user=user, role=model.Role.ADMIN)
model.PackageRole(package=package, user=user, role=model.Role.ADMIN)

# Other users can only read
for user_name in (u'visitor', u'logged_in'):
Expand Down

0 comments on commit 7afc80a

Please sign in to comment.