Mercurial > p > roundup > code
comparison roundup/configuration.py @ 6562:c77bd76b57da
Remove unused variable assignment.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 13 Dec 2021 23:50:27 -0500 |
| parents | 8687c096a945 |
| children | b1f1539c6a31 |
comparison
equal
deleted
inserted
replaced
| 6561:01a5dd90286e | 6562:c77bd76b57da |
|---|---|
| 37 class ConfigurationError(RoundupException): | 37 class ConfigurationError(RoundupException): |
| 38 pass | 38 pass |
| 39 | 39 |
| 40 class ParsingOptionError(ConfigurationError): | 40 class ParsingOptionError(ConfigurationError): |
| 41 def __str__(self): | 41 def __str__(self): |
| 42 _args = self.args | |
| 43 return self.args[0] | 42 return self.args[0] |
| 44 | 43 |
| 45 | 44 |
| 46 class NoConfigError(ConfigurationError): | 45 class NoConfigError(ConfigurationError): |
| 47 | 46 |
