nizhikov commented on a change in pull request #8963:
URL: https://github.com/apache/ignite/pull/8963#discussion_r606066677



##########
File path: modules/ducktests/tests/ignitetest/services/utils/ignite_spec.py
##########
@@ -87,19 +88,22 @@ def config_template(self):
             return IgniteClientConfigTemplate()
         return IgniteServerConfigTemplate()
 
-    def __home(self, version=None):
+    def __home(self, version=None, project=None):
         """
         Get home directory for current spec.
         """
+        project = self.project if project is None else project

Review comment:
       Fixed. Thanks




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to