fixed typo

This commit is contained in:
root 2015-01-03 09:44:52 +01:00
parent 00bba345f9
commit 312e91a940
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def handle_event(event):
os.kill(pid, signal.SIGHUP)
if not os.path.exists(target_path):
os.mkdirs(target_path)
os.mkdir(target_path)
pid = get_pid()