From de631130982b3910bc1e68fb2e4474066f9f0330 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Sat, 9 Oct 2021 15:20:57 +0530 Subject: [PATCH] ready to merge Updated __version__ to 0.4.0a6 --- naxalnet/__init__.py | 2 +- naxalnet/scripts.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/naxalnet/__init__.py b/naxalnet/__init__.py index 2eb88c7..e5e7937 100644 --- a/naxalnet/__init__.py +++ b/naxalnet/__init__.py @@ -42,4 +42,4 @@ given below. # # In case you forgot to change the version, skip the number # and put the next number in the next commit. -__version__ = "0.4.0a5.dev9" +__version__ = "0.4.0a6" diff --git a/naxalnet/scripts.py b/naxalnet/scripts.py index 6025752..89dd382 100644 --- a/naxalnet/scripts.py +++ b/naxalnet/scripts.py @@ -63,7 +63,7 @@ def any_interface_is_routable(): logger.debug("Adding temporary config %s", i) networkd.add_config(i) # Then, wait for some time to setup the network. - # This should be replaced by a d-bus wait-for-signal + # This can probably be replaced by a d-bus wait-for-signal # function that timeouts after 10 seconds. time.sleep(10) routable = networkd.is_routable()