Skip to content

Commit

Permalink
Manually revert accidentally committed changes.
Browse files Browse the repository at this point in the history
Wasn't me!
  • Loading branch information
rburema committed Sep 19, 2023
1 parent 63942b7 commit c9d5043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def generate(self):
vr.generate()

self._generate_cura_version(os.path.join(self.source_folder, "cura"))
# self._generate_about_versions(os.path.join(self.source_folder, "resources","qml", "Dialogs"))
self._generate_about_versions(os.path.join(self.source_folder, "resources","qml", "Dialogs"))

if not self.in_local_cache:
# Copy CuraEngine.exe to bindirs of Virtual Python Environment
Expand Down Expand Up @@ -403,7 +403,7 @@ def generate(self):
# FIXME: once m4, autoconf, automake are Conan V2 ready use self.win_bash and add gettext as base tool_requirement
cpp_info = self.dependencies["gettext"].cpp_info
pot = self.python_requires["translationextractor"].module.ExtractTranslations(self, cpp_info.bindirs[0])
# pot.generate()
pot.generate()

def build(self):
if self.options.devtools:
Expand Down

0 comments on commit c9d5043

Please sign in to comment.