From 72ade57753a994669582bb61a48607ddd72071ee Mon Sep 17 00:00:00 2001 From: "marcel.kocisek" Date: Thu, 25 Sep 2025 18:32:52 +0200 Subject: [PATCH] Remove some types from guessing as its causing errors in qml files --- server/mergin/sync/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/mergin/sync/utils.py b/server/mergin/sync/utils.py index cd90617e..c4d5fa16 100644 --- a/server/mergin/sync/utils.py +++ b/server/mergin/sync/utils.py @@ -535,8 +535,6 @@ def is_supported_extension(filepath) -> bool: "application/x-ms-application", "application/x-ms-wim", "text/x-shellscript", - "text/x-script.python", - "text/x-perl", }