Commit a88cfc2c authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup

parent 0f81df42
......@@ -184,11 +184,14 @@ def getSlappartSignatureMethodDict():
return slappart_signature_method_dict
def writeSignatureFile(slappart_signature_method_dict, runner_working_path, signature_file_path='../backup.signature'):
def writeSignatureFile(slappart_signature_method_dict, runner_working_path, signature_file_path='backup.signature'):
special_slappart_list = slappart_signature_method_dict.keys()
signature_list = []
for dirpath, dirname_list, filename_list in os.walk('.'):
if dirpath == '.':
continue
# Find if special signature function should be applied
for special_slappart in special_slappart_list:
if dirpath.startswith(special_slappart):
......
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