From b3905c2b0f2c20d65567f9286c4aa59f4cfce852 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Wed, 14 Jun 2023 09:30:52 -0500 Subject: Update __init__.py added comment --- dialoguer/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dialoguer/__init__.py b/dialoguer/__init__.py index 2692167..47cd5e6 100644 --- a/dialoguer/__init__.py +++ b/dialoguer/__init__.py @@ -25,6 +25,7 @@ class Dialogue: def execute_context_script(self): context_file = __file__.replace('__init__.py', 'context_script.r') + # I believe it is possible to pass the R target file path as a system argument. subprocess.run( f'Rscript {context_file}', cwd = os.getcwd(), -- cgit v1.2.3