fixed typo
This commit is contained in:
parent
00bba345f9
commit
312e91a940
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue