]> git.decadent.org.uk Git - dak.git/commit
visually fix daklib.utils.parse_wnpp_bug_file
authorHelmut Grohne <helmut@subdivi.de>
Thu, 15 May 2014 18:34:25 +0000 (20:34 +0200)
committerJoerg Jaspert <joerg@debian.org>
Thu, 15 May 2014 19:43:55 +0000 (21:43 +0200)
commitf0d3e4d3003954a9745a4c71665185e24565618f
treeddf85468d86b257dd243e88493ce2bdeb88436e1
parentcef9cea84f51cacb08d6096abe770527eba6865d
visually fix daklib.utils.parse_wnpp_bug_file

The file asks Vim to set tabstop=4. So the "lines = []" line formerly
being indented with a tab appears to be executed unconditionally whereas
it really only is executed in the exception handler.

Signed-off-by: Helmut Grohne <helmut@subdivi.de>
Signed-off-by: Helmut Grohne <helmut@subdivi.de>
daklib/utils.py