Skip to content

Conversation

@lvarin
Copy link
Contributor

@lvarin lvarin commented Nov 4, 2022

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

@lvarin lvarin force-pushed the hostname-not-netloc branch from 81a210c to 0f53568 Compare November 4, 2022 12:17
@lvarin
Copy link
Contributor Author

lvarin commented Nov 4, 2022

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

@lvarin lvarin changed the title Upgrade requirements to fix the netloc bug WIP Upgrade requirements to fix the netloc bug Nov 4, 2022
@uniqueg
Copy link
Member

uniqueg commented Nov 28, 2022

Should be easy to update once #248 is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants