angrox / spacewalk-api-scripts

Addon script for spacewalk to sync RHN packages to a local spacewalk server
GNU General Public License v3.0
67 stars 32 forks source link

Move "if ret != 1:" inside the "try:" codeblock #29

Closed storm49152 closed 7 years ago

storm49152 commented 7 years ago

This way it will only be executed when "spacewalk.packages.removePackage" is not failing hard, and "ret" is given a value.

angrox commented 7 years ago

Can you remove the commit that changes the Readme file?

storm49152 commented 7 years ago

Right. So this is the first time I'm really doing anything on GitHub and for some reason I can't find a way to easily revert README.md. I've just copy your original text back in. Will that do?