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":
|
elif name == "layout":
|
||||||
file_path = _get_configuration_path('layout', branch)
|
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
|
return configuration_file
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -274,7 +274,7 @@ def upload():
|
||||||
run(copy_command)
|
run(copy_command)
|
||||||
|
|
||||||
update()
|
update()
|
||||||
restart()
|
# restart()
|
||||||
|
|
||||||
|
|
||||||
@task
|
@task
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue