mirror of
https://github.com/python/cpython.git
synced 2025-07-28 21:55:21 +00:00
Fix the previous fix
This commit is contained in:
parent
19fc7f6635
commit
09fc075c1c
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class RefactoringTool(object):
|
|||
"""
|
||||
fixer_pkg = self.fixer_dir.replace(os.path.sep, ".")
|
||||
if os.path.altsep:
|
||||
fixer_pkg = self.fixer_dir.replace(os.path.altsep, ".")
|
||||
fixer_pkg = fixer_pkg.replace(os.path.altsep, ".")
|
||||
pre_order_fixers = []
|
||||
post_order_fixers = []
|
||||
fix_names = self.options.fix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue