Kaydet (Commit) b0a56387 authored tarafından frknkrc44's avatar frknkrc44

Try to fix some sysconf bugs

üst 276c79ae
......@@ -75,6 +75,9 @@ def t(name, path, command):
def t_r(name, path, command):
"""main trigger handler with recursive"""
if not os.path.exists(path):
return
for i in os.listdir(path):
if os.path.isdir("{}/{}".format(path, i)):
t("{}-{}".format(name, i), "{}/{}".format(path, i),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment