Unanswered
Hello, Clearml!
Let'S Say That I Have A Git Repository In Format
I think it should be something like this:f = furl(url) if f.scheme in ['http', 'https', 'ssh'] and f.password: url = f.remove(username=True, password=True).tostr()
instead of:url = furl(url).remove(username=True, password=True).tostr()
185 Views
0
Answers
one year ago
one year ago