We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
folder_name == None
onFolderSelected
Refreshing folder...
Traceback (most recent call last): File "/home/beams3/RODOLAKIS/src/mdaviz/mdaviz/mainwindow.py", line 214, in onRefresh self.onFolderSelected(current_folder) File "/home/beams3/RODOLAKIS/src/mdaviz/mdaviz/mainwindow.py", line 179, in onFolderSelected folder_path = Path(folder_name) ^^^^^^^^^^^^^^^^^ File "/home/beams/RODOLAKIS/.conda/envs/mdaviz/lib/python3.11/pathlib.py", line 871, in __new__ self = cls._from_parts(args) ^^^^^^^^^^^^^^^^^^^^^ File "/home/beams/RODOLAKIS/.conda/envs/mdaviz/lib/python3.11/pathlib.py", line 509, in _from_parts drv, root, parts = self._parse_args(args) ^^^^^^^^^^^^^^^^^^^^^^ File "/home/beams/RODOLAKIS/.conda/envs/mdaviz/lib/python3.11/pathlib.py", line 493, in _parse_args a = os.fspath(a) ^^^^^^^^^^^^ TypeError: expected str, bytes or os.PathLike object, not NoneType Aborted (core dumped)
The text was updated successfully, but these errors were encountered:
rodolakis
No branches or pull requests
Refreshing folder...
The text was updated successfully, but these errors were encountered: