X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fbackupninja.git;a=blobdiff_plain;f=src%2Flib%2Fbackupninja%2Fhandlers%2F__init__.py;h=dbc403e04585e21f167410da25d8da99f938bd06;hp=f6559f9b692294b401244f7dc65eb47c203a8779;hb=db3987f515ca9f9e9d9437f7a7454e050e1ec273;hpb=101bff5ef5fec6382ab572a286c4e79d0312c6cd diff --git a/src/lib/backupninja/handlers/__init__.py b/src/lib/backupninja/handlers/__init__.py index f6559f9..dbc403e 100644 --- a/src/lib/backupninja/handlers/__init__.py +++ b/src/lib/backupninja/handlers/__init__.py @@ -38,6 +38,9 @@ class Action(object): # See backupninja.config.load_config for the structure of this # value. self.default_config = {} + # Assume we'll run succesfully. If anything fails in the + # meanwhile, set this to True. + self.failed = False def run(self, **kwargs): """