mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Merge efaf327cc6
into 1144bba580
This commit is contained in:
commit
528291a542
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue