mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-08 06:00:48 -07:00
Fix flake8 E265 block comment should start with '# '
This commit is contained in:
parent
5f633b931a
commit
a571fc3122
2 changed files with 6 additions and 6 deletions
|
@ -20,9 +20,9 @@ def sanitize_name(name):
|
|||
|
||||
# remove leading/trailing periods and spaces
|
||||
name = name.strip(' .')
|
||||
#try:
|
||||
# try:
|
||||
# name = name.encode(core.SYS_ENCODING)
|
||||
#except Exception:
|
||||
# except Exception:
|
||||
# pass
|
||||
|
||||
return name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue