Skip to content

Commit

Permalink
Merge pull request ajenti#890 from Xefir/fix-undefined
Browse files Browse the repository at this point in the history
Can leed to undefined (really a micro detail)
  • Loading branch information
Eugeny committed Feb 26, 2016
2 parents c9aef5b + dc5b345 commit b40b1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ajenti/plugins/dashboard/updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class AjentiUpdater (BasePlugin):
def run_update(self, packages):
packages = packages or [self.AJENTI_PACKAGE_NAME]
actions = []
mgr = PackageManager.get()
for name in packages:
mgr = PackageManager.get()
p = PackageInfo()
p.name, p.action = name, 'i'
actions.append(p)
Expand Down

0 comments on commit b40b1fd

Please sign in to comment.