subiquity/subiquitycore/controllers
Dan Bungert 4b1277ae2d console-conf: fix crash on network info
If you run dryrun for console-conf, go to the network page, go to an
interface, then info, a crash of the form
TypeError: object str can't be used in 'await' expression
can be seen. The signature for the core version of get_info_for_netdev
is not async, but a non-async method returning str.

So mark the core version of the function async.

Co-authored-by: Michael Hudson-Doyle <michael.hudson@canonical.com>
2022-03-14 15:09:23 -06:00
..
__init__.py Re-introduce 'subiquity' package for installer specific things. 2016-07-25 12:51:39 +12:00
network.py console-conf: fix crash on network info 2022-03-14 15:09:23 -06:00