Fix stale docstring and add .gitignore
Update module path reference in es24n_conf.py docstring to reflect that modules now live in es24n/ rather than the root directory. Add .gitignore to exclude __pycache__ and .pyc files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
@@ -10,7 +10,7 @@ Compatible with TrueNAS (FreeBSD) and Linux.
|
|||||||
Usage:
|
Usage:
|
||||||
python3 es24n_conf.py
|
python3 es24n_conf.py
|
||||||
|
|
||||||
All source files must be present in the same directory:
|
All files in the es24n/ subdirectory must be present:
|
||||||
ui.py, serial_port.py, models.py, redfish.py,
|
ui.py, serial_port.py, models.py, redfish.py,
|
||||||
workflow_serial.py, workflow_firmware.py
|
workflow_serial.py, workflow_firmware.py
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user