mirror of
https://github.com/coursera-dl/coursera-dl.git
synced 2026-07-17 16:35:35 +00:00
Fix typo
This commit is contained in:
parent
0ba2c5e72a
commit
00c3042b8f
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ def normalize_path(path):
|
|||
if path.startswith(WINDOWS_UNC_PREFIX):
|
||||
return path
|
||||
|
||||
return WINDOWS_UNC_PREFIX + os.path.abs(path)
|
||||
return WINDOWS_UNC_PREFIX + os.path.abspath(path)
|
||||
|
||||
|
||||
def get_anchor_format(a):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue