update fixes

This commit is contained in:
ronnyabraham 2020-03-02 19:30:42 +02:00
parent 6b3d4be580
commit 6bc06589ef
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -274,7 +274,7 @@ def upload():
run(copy_command) run(copy_command)
update() update()
restart() # restart()
@task @task