Fix whitespace

Signed-off-by: Dan Ryan <dan.ryan@canonical.com>
This commit is contained in:
Dan Ryan
2020-05-27 23:45:45 -04:00
parent 06f5d7f58c
commit 3bbdb74ef5
+1
View File
@@ -166,6 +166,7 @@ def load_dot_env():
dotenv.load_dotenv(dotenv_file, override=True)
six.moves.reload_module(environments)
def add_to_path(p):
"""Adds a given path to the PATH."""
if p not in os.environ["PATH"]: