I will remove it on v3
Am 17-02-2014 19:37, schrieb Aline Manera:
+ try: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?
+ pkgs = swupdate.getNumOfUpdates()
+ except OperationFailed, e:
+ raise e
+