Exemplo n.º 1
0
 def _append_file(name, body):
     """ Append generally a file.
     """
     if scan_id:
         append_scan_file(scan_id, name, body, apibase, password)
Exemplo n.º 2
0
 def _append_file(name, body):
     if scan_id:
         append_scan_file(scan_id, name, body, apibase, password)
         appended_files.append(name)
Exemplo n.º 3
0
 def _append_file(name, body):
     """ Append generally a file.
     """
     if scan_id:
         append_scan_file(scan_id, name, body, apibase, password)