Martin Ulmschneider

Results 1 issues of Martin Ulmschneider

Using the retry decorator changes the signature of a method / signature. As far as I know, this is a bad thing (see http://www.phyast.pitt.edu/~micheles/python/documentation.html#statement-of-the-problem ). script: ``` #!/usr/bin/python from retrying...