You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by av...@apache.org on 2021/04/14 10:59:32 UTC

[ignite] branch ignite-ducktape updated: Removed obsolete linter ignore

This is an automated email from the ASF dual-hosted git repository.

av pushed a commit to branch ignite-ducktape
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/ignite-ducktape by this push:
     new 8470295  Removed obsolete linter ignore
8470295 is described below

commit 84702950e97b9585bd28395944bd8894b0fce008
Author: Anton Vinogradov <av...@apache.org>
AuthorDate: Wed Apr 14 13:59:01 2021 +0300

    Removed obsolete linter ignore
---
 modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py b/modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py
index 76df89d..5e7f8e7 100644
--- a/modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py
+++ b/modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py
@@ -154,7 +154,6 @@ class IgniteApplicationSpec(IgniteSpec):
     def _app_args(self):
         return ",".join(self.args)
 
-    # pylint: disable=W0221
     def command(self, node):
         cmd = "%s %s %s %s 2>&1 | tee -a %s &" % \
               (self._envs(),