From a92a71bb25ada50263e755de02c0cbf20362400c Mon Sep 17 00:00:00 2001 From: Alexander Drabent <alex@tls-tautenburg.de> Date: Fri, 28 May 2021 11:33:59 +0200 Subject: [PATCH] undo pythonpath call Former-commit-id: cc6794ca5c1899e44c8496d712f87c99e41b198c --- steps/check_ateam_separation.cwl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/steps/check_ateam_separation.cwl b/steps/check_ateam_separation.cwl index 00275869..c8d801c9 100644 --- a/steps/check_ateam_separation.cwl +++ b/steps/check_ateam_separation.cwl @@ -3,8 +3,7 @@ cwlVersion: v1.0 id: check_ateam_separation baseCommand: - python3 - - -m - - check_Ateam_separation + - /usr/local/bin/check_Ateam_separation.py inputs: - id: ms type: -- GitLab