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
I ran into an issue when trying to load a file with a ':' in the directory name:
'Orion/O:IR Images/Orion_A_J_3x3.fits'
when this happens, it looks like SharedGlueSession.add_data gets called with file_path set to:
SharedGlueSession.add_data
file_path
IR Images/Orion_A_H_3x3.fits
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I ran into an issue when trying to load a file with a ':' in the directory name:
when this happens, it looks like
SharedGlueSession.add_data
gets called withfile_path
set to:The text was updated successfully, but these errors were encountered: