Merge lp:~toabctl/update-manager/fix-local-var-before-assignment into lp:update-manager

Proposed by Thomas Bechtold
Status: Merged
Merged at revision: 2901
Proposed branch: lp:~toabctl/update-manager/fix-local-var-before-assignment
Merge into: lp:update-manager
Diff against target: 15 lines (+2/-3)
1 file modified
UpdateManager/backend/__init__.py (+2/-3)
To merge this branch: bzr merge lp:~toabctl/update-manager/fix-local-var-before-assignment
Reviewer Review Type Date Requested Status
Michael Vogt (community) Approve
Review via email: mp+395664@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Michael Vogt (mvo) wrote :

This looks fine to me

review: Approve
Revision history for this message
Thomas Bechtold (toabctl) wrote :

@Michael, anything I can do to get this merged?

Revision history for this message
Michael Vogt (mvo) wrote :

@Thomas Thanks for the reminder, let me quick the right people who can upload this.

Revision history for this message
Brian Murray (brian-murray) wrote :

> @Michael, anything I can do to get this merged?

I'm sorry for the trouble but you could sign the Canonical contributor agreement?

https://www.ubuntu.com/legal/contributors

Revision history for this message
Thomas Bechtold (toabctl) wrote :

> > @Michael, anything I can do to get this merged?
>
> I'm sorry for the trouble but you could sign the Canonical contributor
> agreement?
>
> https://www.ubuntu.com/legal/contributors

Done.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'UpdateManager/backend/__init__.py'
2--- UpdateManager/backend/__init__.py 2020-12-14 11:13:49 +0000
3+++ UpdateManager/backend/__init__.py 2020-12-31 14:53:21 +0000
4@@ -45,10 +45,9 @@
5 fresh_cache = Cache(rootdir=self.window_main.cache.rootdir)
6 # Install OEM packages, update, figure out the kernel, then do
7 # ACTION_INSTALL
8+ pkgs_install_oem = []
9+ pkgs_upgrade_oem = []
10 for pkg in self.window_main.oem_metapackages:
11- pkgs_install_oem = []
12- pkgs_upgrade_oem = []
13-
14 unfresh_pkg = unfresh_cache[pkg]
15 fresh_pkg = fresh_cache[pkg]
16

Subscribers

People subscribed via source and target branches

to status/vote changes: