diff --git a/plugins/Bigfile/Test/conftest.py b/plugins/Bigfile/Test/conftest.py index 8c1df5b2..634e66e2 100644 --- a/plugins/Bigfile/Test/conftest.py +++ b/plugins/Bigfile/Test/conftest.py @@ -1 +1 @@ -from src.Test.conftest import * \ No newline at end of file +from src.Test.conftest import * diff --git a/src/Ui/UiWebsocket.py b/src/Ui/UiWebsocket.py index 199a7f7e..15372d1a 100644 --- a/src/Ui/UiWebsocket.py +++ b/src/Ui/UiWebsocket.py @@ -448,9 +448,12 @@ class UiWebsocket(object): return inner_path # Sign and publish content.json - def actionSitePublish(self, to, privatekey=None, inner_path="content.json", sign=True): + def actionSitePublish(self, to, privatekey=None, inner_path="content.json", sign=True, remove_missing_optional=False, update_changed_files=False): if sign: - inner_path = self.actionSiteSign(to, privatekey, inner_path, response_ok=False) + inner_path = self.actionSiteSign( + to, privatekey, inner_path, response_ok=False, + remove_missing_optional=remove_missing_optional, update_changed_files=update_changed_files + ) if not inner_path: return # Publishing