<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Maybe we should have an discussion about the use of pylint:<br>
<br>
<meta name="qrichtext" content="1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px; text-indent: 0px;"><!--StartFragment-->- (name,
idver, a, repo) = self.get_package_from_id(package_id)</p>
<p style="margin: 0px; text-indent: 0px;">+ (name, _, _, repo) =
self.get_package_from_id(package_id)<br>
</p>
<p style="margin: 0px; text-indent: 0px;"><br>
A change like this, to silence pylint is bad IMHO. it is better to
disable the pylint check for unused vars.<br>
then to make this weird stuff, it really make the code harder to read
IMHO.<br>
</p>
<p style="margin: 0px; text-indent: 0px;">pyint is make made to check
the code for the coding standards done by the firm who has made pylint,
not<br>
for the upstream python coding standard, so a lot of checks has to be
disabled because they are totally insane.</p>
<p style="margin: 0px; text-indent: 0px;">pylint is good to find error
in then code, but a lot of the coding standard stuff need to be turned
off.<br>
</p>
<p style="margin: 0px; text-indent: 0px;"><br>
Tim<br>
</p>
<p style="margin: 0px; text-indent: 0px;"><!--EndFragment--></p>
</body>
</html>