1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-16 17:47:23 +01:00

Fixed PLC1901 (compare-to-empty-string)

This commit is contained in:
Teal Dulcet
2025-01-12 06:07:00 -08:00
parent 385ac086e6
commit 1782b69405
9 changed files with 30 additions and 30 deletions

View File

@@ -511,7 +511,7 @@ def list_target_files(config):
if path == '/':
path = ''
if bucket == "":
if not bucket:
msg = "Enter an S3 bucket name."
raise ValueError(msg)