This commit is contained in:
Keith Herrington 2025-08-13 23:42:43 -07:00 committed by GitHub
commit 528291a542
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4801,7 +4801,7 @@ class WebInterface(object):
ffp = os.path.join(c_dir, fp) ffp = os.path.join(c_dir, fp)
if not os.path.exists(c_dir): if not os.path.exists(c_dir):
os.mkdir(c_dir) os.makedirs(c_dir, exist_ok=True)
clip = helpers.bool_true(clip) clip = helpers.bool_true(clip)