diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-14 09:30:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-14 09:30:52 -0500 |
commit | b3905c2b0f2c20d65567f9286c4aa59f4cfce852 (patch) | |
tree | a73ba51bb20c5379a9b69626b3067f70b8aa0c28 | |
parent | d57316a848d4771fd8afcbf1f61ab4886d50e490 (diff) |
Update __init__.py
added comment
-rw-r--r-- | dialoguer/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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(), |