Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
findXenSourceBackups: log any exception caught
- it is bad practice to "catch any" - not logging anything just hides information, which can be especially important here as the reason for a try/catch is not obvious (exceptions thrown by XenServerBackup.__init__?) Signed-off-by: Yann Dirson <[email protected]>
- Loading branch information