mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-04 15:43:28 +00:00
Fix previous commit's except statement for py2.5
This commit is contained in:
parent
47daef1e47
commit
810391316c
@ -131,7 +131,7 @@ class IPCInterface(component.Component):
|
||||
try:
|
||||
os.remove(lockfile)
|
||||
os.remove(socket)
|
||||
except OSError as ex:
|
||||
except OSError, ex:
|
||||
log.error("Failed to delete lockfile: %s", ex)
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user