You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In misc.py, the function load_class_from_file() adds the parent folder of drivers specified by the user to the sys.path. If the user adds a driver with the name xxx.py, but there is another file named xxx.py in the same folder as a different driver (whose parent directory was previously added to sys.path), nspyre will load this second file instead.
The text was updated successfully, but these errors were encountered:
In misc.py, the function
load_class_from_file()
adds the parent folder of drivers specified by the user to the sys.path. If the user adds a driver with the name xxx.py, but there is another file named xxx.py in the same folder as a different driver (whose parent directory was previously added to sys.path), nspyre will load this second file instead.The text was updated successfully, but these errors were encountered: