cwl-WES icon indicating copy to clipboard operation
cwl-WES copied to clipboard

WIP Upgrade requirements to fix the netloc bug

Open lvarin opened this issue 2 years ago • 2 comments

Details

Closes #246

>>> from six.moves import urllib
>>> p=urllib.parse.urlparse('ftp://user:[email protected]/hola')
>>> p.username
'user'
>>> p.hostname
'server.csc.fi'
>>> p.netloc
'user:[email protected]'

Upgrading cwl-tes and fixing build

lvarin avatar Nov 04 '22 11:11 lvarin

I just saw that focal is downgraded, so this PR is more a POC than an actual fix.

lvarin avatar Nov 04 '22 12:11 lvarin

Should be easy to update once #248 is fixed

uniqueg avatar Nov 28 '22 08:11 uniqueg