Open lvarin opened 2 years ago
Details
Closes #246
>>> from six.moves import urllib >>> p=urllib.parse.urlparse('ftp://user:pass@server.csc.fi/hola') >>> p.username 'user' >>> p.hostname 'server.csc.fi' >>> p.netloc 'user:pass@server.csc.fi'
Upgrading cwl-tes and fixing build
cwl-tes
I just saw that focal is downgraded, so this PR is more a POC than an actual fix.
Should be easy to update once #248 is fixed
Details
Closes #246
Upgrading
cwl-tes
and fixing build