Merge branch 'patch-fk3' into 'develop'

Bazı hata düzeltmeleri

See merge request sulinos/devel/inary!34
......@@ -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