load libreoffice writer eval -batch 2
This commit is contained in:
@@ -105,7 +105,6 @@ class SetupController:
|
||||
cache_path: str = os.path.join(self.cache_dir, "{:}_{:}".format(
|
||||
uuid.uuid5(uuid.NAMESPACE_URL, url),
|
||||
os.path.basename(path)))
|
||||
|
||||
if not url or not path:
|
||||
raise Exception(f"Setup Download - Invalid URL ({url}) or path ({path}).")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user