codecleanup

CURA-10561
This commit is contained in:
c.lamboo 2023-10-27 14:08:54 +02:00
parent b60a3b04ad
commit 5915994d7f

View file

@ -246,12 +246,11 @@ class MakerbotWriter(MeshWriter):
meta["dulcificum_commit_hash"] = dulcificum_info["revision"]
meta["makerbot_writer_version"] = self.getVersion()
# meta["makerbot_writer_commit_hash"] = self.getRevision()
meta["pyDulcificum"] = du.__version__
# Add engine plugin information to the metadata
for name, package_info in ConanInstalls.items():
if not name.startswith("curaengine_ "):
if not name.startswith("curaengine_"):
continue
meta[f"{name}_version"] = package_info["version"]
meta[f"{name}_commit_hash"] = package_info["revision"]