File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
import getpass
12
12
import time
13
13
from pathlib import Path
14
+ from os import path
14
15
15
16
print ("user:" , file = sys .stderr )
16
17
user = input ()
17
18
passwd = getpass .getpass ("Password or access token:\n " )
18
19
auth = (user , passwd )
19
20
20
21
LOGO_URL = 'https://avatars2.githubusercontent.com/u/365630?v=4'
21
- REPO_FOLDER = Path (__file__ ).parent .parent
22
+ REPO_FOLDER = Path (path . abspath ( __file__ ) ).parent .parent
22
23
23
24
24
25
def get (url ):
@@ -100,7 +101,6 @@ def get_profile(login):
100
101
'Duchesnay' : 'Edouard Duchesnay' ,
101
102
'Lars' : 'Lars Buitinck' ,
102
103
'MechCoder' : 'Manoj Kumar' ,
103
- 'jeremiedbb' : 'Jérémie Du Boisberranger' ,
104
104
}
105
105
if profile ["name" ] in missing_names :
106
106
profile ["name" ] = missing_names [profile ["name" ]]
Original file line number Diff line number Diff line change 7
7
</style>
8
8
<div>
9
9
<a href='https://github.com/jeremiedbb'><img src='https://avatars2.githubusercontent.com/u/34657725?v=4' class='avatar' /></a> <br />
10
- <p>Jérémie Du Boisberranger</p>
10
+ <p>Jérémie du Boisberranger</p>
11
11
</div>
12
12
<div>
13
13
<a href='https://github.com/jorisvandenbossche'><img src='https://avatars2.githubusercontent.com/u/1020496?v=4' class='avatar' /></a> <br />
You can’t perform that action at this time.
0 commit comments