Skip to content

Commit c001c7a

Browse files
committed
rm debugging residue
1 parent 022e1a9 commit c001c7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/mergin/sync/files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ def validate(self, data, **kwargs):
224224

225225
if not is_supported_extension(file_path):
226226
raise ValidationError(
227-
f"stop Unsupported file type detected: '{file_path}'. "
227+
f"Unsupported file type detected: '{file_path}'. "
228228
f"Please remove the file or try compressing it into a ZIP file before uploading.",
229229
)
230230
# new checks must restrict only new files not to block existing projects

0 commit comments

Comments
 (0)