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
list_fileserver_files()
The output of
pft.list_fileserver_files()
is not a list of files that could be iterated, unfortunately:
['/grp/g_biapol/robert:', 'blobs.tif', 'blobs_binary.tif', 'blobs_labeled.tif', '']
Maybe, for now, just rename the fucntion to have an _ at the beginning.
_
The text was updated successfully, but these errors were encountered:
mark list_fileserver_files as private
d4aaa6d
hack to address issue #9
No branches or pull requests
The output of
is not a list of files that could be iterated, unfortunately:
Maybe, for now, just rename the fucntion to have an
_
at the beginning.The text was updated successfully, but these errors were encountered: