x-kreator commented on a change in pull request #8963:
URL: https://github.com/apache/ignite/pull/8963#discussion_r605866414
##########
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:
May be better is `project = project if project else self.project`, as at
code below with version?
--
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]