Skip to content

Commit

Permalink
remove empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
jcar87 committed Jul 30, 2024
1 parent 0f35236 commit 06d7ffe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/qt/5.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ def validate_build(self):
# In any case, check its actual version for compatibility
command_output = StringIO()
cmd_v = f"\"{python_exe}\" -c \"import platform;print(platform.python_version())\""

self.run(cmd_v, command_output)
verstr = command_output.getvalue().strip()
version = Version(verstr)
Expand Down

0 comments on commit 06d7ffe

Please sign in to comment.