Fixes for workspaces not found in credentials.py
This commit is contained in:
parent
a72d1c1c01
commit
b815e3b526
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
import workspaces, sys
|
||||
|
||||
def generate(args):
|
||||
current_workspace = workspaces.get_env()
|
||||
workspaces_names = ['default']
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue