fixed typo
This commit is contained in:
@@ -113,7 +113,7 @@ def handle_event(event):
|
|||||||
os.kill(pid, signal.SIGHUP)
|
os.kill(pid, signal.SIGHUP)
|
||||||
|
|
||||||
if not os.path.exists(target_path):
|
if not os.path.exists(target_path):
|
||||||
os.mkdirs(target_path)
|
os.mkdir(target_path)
|
||||||
|
|
||||||
pid = get_pid()
|
pid = get_pid()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user