Answers4AWS / graffiti-monkey

Goes around tagging things
Apache License 2.0
255 stars 88 forks source link

Allow the tag Volume to continue to the next volume if the volume is not found. #5

Closed efreedom79 closed 10 years ago

efreedom79 commented 10 years ago

While running the program, it would occasionally hit a volume that it can no longer find. This is probably due to the fact the the volume was deleted between the time it was found in the list and when the program got around to tagging it. When it didn't find the volume, the program would print the error message and terminate.

This should allow the program to continue on even when the volume isn't found.

pas256 commented 10 years ago

Thanks Bob!