Am 17-02-2014 19:37, schrieb Aline Manera:
+ try:
+ pkgs = swupdate.getNumOfUpdates()
+ except OperationFailed, e:
+ raise e
+
How is this try/except block useful? It's just reraising the same error.
Wouldn't the same thing happen if it doesn't exist?