Gentoo Archives: gentoo-catalyst

From: Brian Dolbec <dolsen@g.o>
To: catalyst@g.o, gentoo-catalyst@l.g.o
Subject: [gentoo-catalyst] [PATCH 2/7] Remove unused variable new and an undefined variable s.
Date: Tue, 02 Sep 2014 02:33:10
Message-Id: 1409625101-27112-3-git-send-email-dolsen@gentoo.org
In Reply to: [gentoo-catalyst] [PATCH 0/7] Pending branch patches (various) by Brian Dolbec
1 Commit b3475906d5f51a21ecaf4ff048002a2f44face52 introduced an
2 undefined variable "s". The code must always be hitting the
3 general except: pass block. Seems useless, if not maybe it'll
4 spit out a true error, so the real problem can be fixed. Removed it all.
5 ---
6 catalyst/support.py | 8 --------
7 1 file changed, 8 deletions(-)

Attachments

File name MIME type
0002-Remove-unused-variable-new-and-an-undefined-variable.patch text/x-patch

Replies

Subject Author
Re: [gentoo-catalyst] [PATCH 2/7] Remove unused variable new and an undefined variable s. "W. Trevor King" <wking@×××××××.us>