Browse Source

Update base.py

Correct more grammar.
pull/5105/head
Brandon Schneider 10 years ago
parent
commit
734e420309
  1. 2
      couchpotato/core/plugins/base.py

2
couchpotato/core/plugins/base.py

@ -145,7 +145,7 @@ class Plugin(object):
f.close()
os.chmod(path, Env.getPermission('file'))
except:
log.error('Unable writing to file "%s": %s', (path, traceback.format_exc()))
log.error('Unable to write file "%s": %s', (path, traceback.format_exc()))
if os.path.isfile(path):
os.remove(path)

Loading…
Cancel
Save