From acd269f0dfdc3b28f94f436b0464349639770b47 Mon Sep 17 00:00:00 2001 From: TinWoodman92 Date: Wed, 21 Jun 2023 10:19:15 -0500 Subject: Update __init__.py added comment --- dialoguer/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'dialoguer') 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(), -- cgit v1.2.3