We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d03043 commit 8957da6Copy full SHA for 8957da6
1 file changed
qfieldcloud_sdk/sdk.py
@@ -14,7 +14,7 @@
14
15
from .interfaces import QfcException, QfcRequest, QfcRequestException
16
from .utils import calc_etag, log
17
-from pathvalidate import is_valid_filename, is_valid_filepath, ValidationError
+from pathvalidate import is_valid_filepath
18
19
20
logger = logging.getLogger(__file__)
@@ -410,8 +410,6 @@ def upload_files(
410
411
local_files = self.list_local_files(project_path, filter_glob)
412
413
- for file in local_files:
414
- is_valid_filepath(file["name"])
415
# we should always upload all package files
416
if upload_type == FileTransferType.PACKAGE:
417
force = True
0 commit comments