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
One of the DASCore manuscript reviewers noted the following:
For some specific cases, DASCore is not able to index the data folder. For example, a permission denied error is raised if the folder contains another subdirectory which the user does not has permission on.
I think this is a bit of an unusual scenario we simply haven't encountered before. At first glance, it will probably just be a matter of including IOError in this try except block, but we need to figure out how to include an automated test for this behavior.
The text was updated successfully, but these errors were encountered:
Description
One of the DASCore manuscript reviewers noted the following:
I think this is a bit of an unusual scenario we simply haven't encountered before. At first glance, it will probably just be a matter of including
IOError
in this try except block, but we need to figure out how to include an automated test for this behavior.The text was updated successfully, but these errors were encountered: