mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-12 04:24:27 +00:00
[#2953] Fix except variable typo
This commit is contained in:
parent
48cedf635f
commit
3c1995476d
@ -911,7 +911,7 @@ class Torrent(object):
|
||||
try:
|
||||
# Try to make the destination path if it doesn't exist
|
||||
os.makedirs(dest)
|
||||
except OSError, e:
|
||||
except OSError, ex:
|
||||
log.error("Could not move storage for torrent %s since %s does "
|
||||
"not exist and could not create the directory: %s",
|
||||
self.torrent_id, dest, ex)
|
||||
|
Loading…
x
Reference in New Issue
Block a user