summaryrefslogtreecommitdiffstats
path: root/pyload/Core.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-09 23:24:08 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-09 23:24:08 +0200
commita677c082aeabba00a079db581bfae194d069cf11 (patch)
tree5fa099c37aa241f9a0ef7ba6d2994b01d9e1df2f /pyload/Core.py
parentRemove old .pot files (diff)
downloadpyload-a677c082aeabba00a079db581bfae194d069cf11.tar.xz
Fix https://github.com/pyload/pyload/issues/1406
Diffstat (limited to 'pyload/Core.py')
-rwxr-xr-xpyload/Core.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/Core.py b/pyload/Core.py
index 0de19abbf..2230b3fed 100755
--- a/pyload/Core.py
+++ b/pyload/Core.py
@@ -174,7 +174,7 @@ class Core(object):
def deletePidFile(self):
if self.checkPidFile():
self.log.debug("Deleting old pidfile %s" % self.pidfile)
- os.reshutil.move(self.pidfile)
+ os.remove(self.pidfile)
def checkPidFile(self):