Hashar has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/331333 )

Change subject: Ignore flake8 error about duplicate keys in dict
......................................................................

Ignore flake8 error about duplicate keys in dict

./files/kafkatee_ganglia.py:434:13: F999 dictionary key '2.1' repeated
with different values

Assuming it is for test purposes.

Change-Id: If611d83c0104750509821815ba008eeb4c1f8d4a
---
M files/kafkatee_ganglia.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet/kafkatee 
refs/changes/33/331333/1

diff --git a/files/kafkatee_ganglia.py b/files/kafkatee_ganglia.py
index 5dc9caf..acda0b8 100755
--- a/files/kafkatee_ganglia.py
+++ b/files/kafkatee_ganglia.py
@@ -431,8 +431,8 @@
                     'value4': False,
                 }
             },
-            '2.1': ['a', 'b'],
-            '2.1': ['a', 'b'],
+            '2.1': ['a', 'b'],  # noqa
+            '2.1': ['a', 'b'],  # noqa
             # '/' should be replaced with key_separator
             '3/1': 'nonya',
             'notme': 'nope',

-- 
To view, visit https://gerrit.wikimedia.org/r/331333
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If611d83c0104750509821815ba008eeb4c1f8d4a
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet/kafkatee
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to