Skip to content

Commit

Permalink
fix output warning (#1996)
Browse files Browse the repository at this point in the history
fixes #1995

Co-authored-by: SSE4 <tomskside@gmail.com>
  • Loading branch information
ericLemanissier and SSE4 authored Jun 23, 2020
1 parent 9aa07e5 commit 7103131
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))
for p in packages:
package_tool.install(update=True, packages=p)

Expand Down

0 comments on commit 7103131

Please sign in to comment.