Private GIT

Skip to content
Snippets Groups Projects
Commit 4652db1c authored by Dustyn Gibson's avatar Dustyn Gibson
Browse files

Missing chmod

parent 3b922e70
Branches
Tags
No related merge requests found
......@@ -935,6 +935,8 @@ class PostProcessor(object):
self._log(u"Show directory doesn't exist, creating it", logger.DEBUG)
try:
ek.ek(os.mkdir, ep_obj.show._location)
helpers.chmodAsParent(ep_obj.show._location)
# do the library update for synoindex
notifiers.synoindex_notifier.addFolder(ep_obj.show._location)
except (OSError, IOError):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment