Skip to content

Commit 8411a32

Browse files
committed
[build] fix py:lint task so it outputs results
1 parent 21560a4 commit 8411a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ namespace :py do
671671

672672
desc 'Update Python Syntax'
673673
task :lint do
674-
`tox -c py/tox.ini -e linting`
674+
sh 'tox -c py/tox.ini -e linting'
675675
end
676676

677677
namespace :test do

0 commit comments

Comments
 (0)