From 38e9aaa26e263760913cb1cb05b133c1a19f0787 Mon Sep 17 00:00:00 2001 From: sanj <67624670+iodrift@users.noreply.github.com> Date: Thu, 8 Aug 2024 15:55:31 -0700 Subject: [PATCH] Auto-update: Thu Aug 8 15:55:31 PDT 2024 --- sij | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sij b/sij index 937e247..88551bd 100755 --- a/sij +++ b/sij @@ -15,8 +15,8 @@ source "$HOME/workshop/sijapi/sijapi/config/.env" # Activate the conda environment (adjust the path if necessary) source "$HOME/miniforge3/bin/activate" sijapi -# Run the Python script -python "$SCRIPT_PATH" +# Run the Python script with all command line arguments +python "$SCRIPT_PATH" "$@" # Deactivate the conda environment conda deactivate