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 have a network mount, its Windows file path is: \\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\main.cwl
\\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\main.cwl
It can load the file with this URI:
file://jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@ssl/DavWWWRoot/main.cwl
The workflow references a file in the same folder, it seems Benten or something is mangling the filename:
Benten says "ERROR:benten.cwl.linkedfiletype:No path called: C:\Program Files\Microsoft VS Code\DavWWWRoot"
The text was updated successfully, but these errors were encountered:
Thank you for posting the report @tetron .
I take it that main.cwl is in \\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\
main.cwl
\\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\
It has a statement run: clt.cwl inside it
run: clt.cwl
There is a file \\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\clt.cwl
\\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\clt.cwl
Benten can not find this file because it is trying to find C:\Program Files\Microsoft VS Code\DavWWWRoot\clt.cwl?
C:\Program Files\Microsoft VS Code\DavWWWRoot\clt.cwl
VS Code will offer to create a missing linked file. Could you say if the missing file is
C:\Program Files\Microsoft VS Code\DavWWWRoot\clt.cwl or something more, like
C:\Program Files\Microsoft VS Code\DavWWWRoot\\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\clt.cwl
Could you post the log for this?
Thanks!
Sorry, something went wrong.
No branches or pull requests
I have a network mount, its Windows file path is:
\\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\main.cwl
It can load the file with this URI:
file://jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@ssl/DavWWWRoot/main.cwl
The workflow references a file in the same folder, it seems Benten or something is mangling the filename:
Benten says "ERROR:benten.cwl.linkedfiletype:No path called: C:\Program Files\Microsoft VS Code\DavWWWRoot"
The text was updated successfully, but these errors were encountered: