mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-05 04:36:52 +00:00
Simplify normalize_paths
This commit is contained in:
parent
ec26d46dff
commit
237a35fe88
2 changed files with 2 additions and 8 deletions
|
|
@ -167,7 +167,6 @@ def _normalize_option(options, option):
|
|||
if option.comma_separated_list:
|
||||
normalize = utils.normalize_paths
|
||||
setattr(options, dest, normalize(old_value))
|
||||
|
||||
elif option.comma_separated_list:
|
||||
old_value = getattr(options, dest)
|
||||
setattr(options, dest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue