From 5e56ceed83a6ebf785dde74481f63c7d71db6119 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 24 Sep 2017 17:33:18 +0300 Subject: Change: make worker-manager run under Python 3 Doesn't work yet, but it users Python 3 in hashbang. --- check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'check') diff --git a/check b/check index d410ba0..1cca3c1 100755 --- a/check +++ b/check @@ -45,13 +45,13 @@ then ./is-agpl3+ $sources fi -python_sources="ick_controller.py worker-manager ick2" +python_sources="ick_controller.py worker_manager ick2" title pycodestyle pycodestyle ick2 $python_sources title pylint -pylint3 --rcfile pylint.conf ick2 $python_sources +pylint3 --rcfile pylint.conf $python_sources title Yarns yarn yarns/*.yarn \ -- cgit v1.2.1