diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-21 10:19:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 10:19:15 -0500 |
commit | acd269f0dfdc3b28f94f436b0464349639770b47 (patch) | |
tree | 489cebe7945fbe4f6125f3d13d827e1f319c2459 | |
parent | 6d60226ea2babc535f0a7cb053e8ecd4ecc2a563 (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 8ee113f..a1a3e85 100644 --- a/dialoguer/__init__.py +++ b/dialoguer/__init__.py @@ -31,6 +31,7 @@ class Dialogue: # I believe it is possible to pass the R target file path as a system argument. # I might should pass the package directory instead/as-well so R can source-import modules from there # perhaps setting the cwd to the package directory might work? + # If we cab use system-args, the most important arg should be the "key" that coordinates which sockets connection to find. subprocess.run( f'Rscript {context_file}', cwd = os.getcwd(), |