Merge lp:~saivinob/usb-creator/usb-creator into lp:usb-creator

Proposed by Sai Vinoba
Status: Merged
Merged at revision: 488
Proposed branch: lp:~saivinob/usb-creator/usb-creator
Merge into: lp:usb-creator
Diff against target: 11 lines (+1/-1)
1 file modified
bin/usb-creator-kde (+1/-1)
To merge this branch: bzr merge lp:~saivinob/usb-creator/usb-creator
Reviewer Review Type Date Requested Status
Rik Mills (community) Approve
Review via email: mp+401344@code.launchpad.net

Commit message

Fix LP: 1924837.

Description of the change

Fix LP: 1924837 where the application fails to launch with error "No module named 'sip'". Duplicate bugs LP: 1917201, LP: 1906939.

To post a comment you must log in.
Revision history for this message
Rik Mills (rikmills) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'bin/usb-creator-kde'
--- bin/usb-creator-kde 2015-09-29 16:17:30 +0000
+++ bin/usb-creator-kde 2021-04-17 11:06:24 +0000
@@ -18,7 +18,7 @@
18import sys18import sys
19import logging19import logging
2020
21import sip21from PyQt5 import sip
2222
23from dbus import DBusException23from dbus import DBusException
2424

Subscribers

People subscribed via source and target branches