Code review comment for lp://qastaging/~sergiusens/snapcraft/localplugs--

Revision history for this message
Leo Arias (elopio) wrote :

oh, and I think you don't need this:

+ module = None
+ if not module:

Just assign the module on the except ImportError: block.

« Back to merge proposal