Browse Source

Use um_data function to get entrypoint

Contributes to CURA-9365
fix_tk_recipe_env_info
j.spijker@ultimaker.com 4 years ago committed by jspijker
parent
commit
704196f47e
  1. 2
      generators/PyCharmRunEnv.py

2
generators/PyCharmRunEnv.py

@ -35,7 +35,7 @@ class PyCharmRunEnv(Generator):
@property
def filename(self):
stem = Path(self.conanfile._conan_data["runinfo"]["entrypoint"]).stem
stem = Path(self.conanfile._um_data(self.conanfile.version)["runinfo"]["entrypoint"]).stem
return str(Path(self.conanfile.source_folder).joinpath(".run", f"{stem}.run.xml"))
@property

Loading…
Cancel
Save