Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix output warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ericLemanissier authored Jun 22, 2020
1 parent ec96bf0 commit d9d4028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/xorg/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def system_requirements(self):
elif tools.os_info.with_zypper:
packages = ["Xorg-x11-devel"]
else:
self.warn("Do not know how to install 'xorg' for {}.".format(tools.os_info.linux_distro))
self.output.warn("Do not know how to install 'xorg' for {}.".format(tools.os_info.linux_distro))
package_tool.install(update=True, packages=" ".join(packages))

def package_info(self):
Expand Down

0 comments on commit d9d4028

Please sign in to comment.