Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
uilianries committed Nov 16, 2023
1 parent d0a62f4 commit 64ce446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/pulseaudio/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def validate(self):
if self.options.get_safe("with_fftw"):
if not self.dependencies["fftw"].options.precision_single:
raise ConanInvalidConfiguration(
f"Pulse audio cannot use fftw single precision. "
f"Pulse audio uses fftw single precision. "

Check warning on line 84 in recipes/pulseaudio/all/conanfile.py

View workflow job for this annotation

GitHub Actions / Lint changed conanfile.py (v2 migration)

Using an f-string that does not have any interpolated variables
"Either set option -o fftw/*:precision_single=True or -o pulseaudio/*:with_fftw=False"
)

Expand Down

0 comments on commit 64ce446

Please sign in to comment.