From b815e3b52650170ecc2845b975c94a5722c3da2b Mon Sep 17 00:00:00 2001 From: conor Date: Wed, 13 Nov 2019 11:37:50 +0100 Subject: [PATCH] Fixes for workspaces not found in credentials.py --- credentials.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/credentials.py b/credentials.py index bd8b2ea..2e3f5da 100644 --- a/credentials.py +++ b/credentials.py @@ -1,3 +1,5 @@ +import workspaces, sys + def generate(args): current_workspace = workspaces.get_env() workspaces_names = ['default']