[devscripts/prepare_manpage] Fix deprecated escape sequence on py36
This commit is contained in:
parent
4f90d2aeac
commit
473e87064b
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import re
|
||||||
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
ROOT_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
README_FILE = os.path.join(ROOT_DIR, 'README.md')
|
README_FILE = os.path.join(ROOT_DIR, 'README.md')
|
||||||
|
|
||||||
PREFIX = '''%YOUTUBE-DL(1)
|
PREFIX = r'''%YOUTUBE-DL(1)
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue