(self)
| 1963 | # to avoid accumulating builds over time in some cases, with new builds |
| 1964 | # overwriting the old) |
| 1965 | def get_version_file_path(self): |
| 1966 | return os.path.join(self.installation_path(), '.emsdk_version') |
| 1967 | |
| 1968 | def is_installed_version(self): |
| 1969 | version_file_path = self.get_version_file_path() |
no test coverage detected