Test
This commit is contained in:
parent
ff8a91599a
commit
f54ef4a662
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ def fifo_hooks(payload, hook_name, hook_conf):
|
||||||
try:
|
try:
|
||||||
with open(hook_conf["fifo_path"], "w") as fifo:
|
with open(hook_conf["fifo_path"], "w") as fifo:
|
||||||
fifo.write("1")
|
fifo.write("1")
|
||||||
|
print(f"Written to {hook_conf['fifo_path']}")
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
return "No such fifo", 500
|
return "No such fifo", 500
|
||||||
except PermissionError:
|
except PermissionError:
|
||||||
|
|
Loading…
Reference in a new issue