mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix the previous fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user