Skip to content

Commit d0f39cd

Browse files
authored
Rename 'script_name' to 'script_path' in README
this was a typo
1 parent f686f91 commit d0f39cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ In the same folder, create a new text file named **`scalar_test.json`** and past
159159
```json
160160
{
161161
"python_path": "C:\\Users\\username\\AppData\\Local\\Programs\\Python\\Python311",
162-
"script_name": "scalar_test.py",
162+
"script_path": "scalar_test.py",
163163
"function_name": "process_data",
164164
"log_level": 0,
165165
"inputs": [
@@ -222,7 +222,7 @@ def process_data(*args):
222222
### Configuration (`.json`) File Details
223223

224224
* **`python_path`**: Full path to your Python installation directory.
225-
* **`script_name`**: The name of your Python script.
225+
* **`script_path`**: The name of your Python script.
226226
* **`function_name`**: The function in your script that GSPy will call (default: "process_data")
227227
* **`inputs` / `outputs`**: Lists of data objects. **The order must match the order in the GoldSim Interface tab.**
228228
* **`name`**: A descriptive name for your reference.

0 commit comments

Comments
 (0)