From 544c396bbc8cb5e9d9dbe84c6f3de4355b637150 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 4 Jan 2018 00:00:55 -0700 Subject: [PATCH] Fix some linting issues --- openlp/core/api/deploy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openlp/core/api/deploy.py b/openlp/core/api/deploy.py index 61893f768..e336019d3 100644 --- a/openlp/core/api/deploy.py +++ b/openlp/core/api/deploy.py @@ -66,6 +66,6 @@ def download_and_check(callback=None): file_size = get_url_file_size('https://get.openlp.org/webclient/site.zip') callback.setRange(0, file_size) if download_file(callback, 'https://get.openlp.org/webclient/site.zip', - AppLocation.get_section_data_path('remotes') / 'site.zip', - sha256=sha256): + AppLocation.get_section_data_path('remotes') / 'site.zip', + sha256=sha256): deploy_zipfile(AppLocation.get_section_data_path('remotes'), 'site.zip')