Revision e11296b4 snf-deploy/fabfile.py

b/snf-deploy/fabfile.py
341 341
            fabric.utils.abort(e)
342 342
        else:
343 343
            debug(env.host, "WARNING: command failed. Continuing anyway...")
344
            raise
345 344

  
346 345

  
347 346
def try_put(local_path=None, remote_path=None, abort=True, **kwargs):
......
352 351
            fabric.utils.abort(e)
353 352
        else:
354 353
            debug(env.host, "WARNING: command failed. Continuing anyway...")
355
            raise
356 354

  
357 355

  
358 356
def try_get(remote_path, local_path=None, abort=True, **kwargs):
......
363 361
            fabric.utils.abort(e)
364 362
        else:
365 363
            debug(env.host, "WARNING: command failed. Continuing anyway...")
366
            raise
367 364

  
368 365

  
369 366
def create_bridges():

Also available in: Unified diff