LISE-B26 / pylabcontrol

pylabcontrol: Laboratory Equipment Control for Scientific Experiments.
GNU General Public License v3.0
9 stars 9 forks source link

Export dialog fails if pylabcontrol is launched from a CWD outside of the package on the first run #155

Closed akabcenell closed 6 years ago

akabcenell commented 6 years ago

This happens because it defaults to using the cwd as the path, then tried to automatically identify all Scripts in this path. If the path is too big (like all of C:), it will eventually hit something it can't access and fail out.