Package duplicity :: Module robust
[hide private]
[frames] | no frames]

Module robust

source code

Functions [hide private]
 
check_common_error(error_handler, function, args=())
Apply function to args, if error, run error_handler on exception
source code
 
listpath(path)
Like path.listdir() but return [] if error, and sort results
source code
Variables [hide private]
  tmp_file_index = 1
  __package__ = 'duplicity'
Function Details [hide private]

check_common_error(error_handler, function, args=())

source code 

Apply function to args, if error, run error_handler on exception

This only catches certain exceptions which seem innocent enough.