update fixes
This commit is contained in:
parent
6b3d4be580
commit
6bc06589ef
2 changed files with 2 additions and 2 deletions
|
|
@ -237,7 +237,7 @@ def load_configuration(name, branch):
|
|||
elif name == "layout":
|
||||
file_path = _get_configuration_path('layout', branch)
|
||||
|
||||
configuration_file = yaml.load(open(file_path, 'r'))
|
||||
configuration_file = yaml.load(open(file_path, 'r'), Loader=yaml.FullLoader)
|
||||
return configuration_file
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -274,7 +274,7 @@ def upload():
|
|||
run(copy_command)
|
||||
|
||||
update()
|
||||
restart()
|
||||
# restart()
|
||||
|
||||
|
||||
@task
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue