diff options
Diffstat (limited to 'coverage/files.py')
-rw-r--r-- | coverage/files.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/coverage/files.py b/coverage/files.py index 53dc0999..81ec196f 100644 --- a/coverage/files.py +++ b/coverage/files.py @@ -194,7 +194,6 @@ class PathAliases(object): in the alias. """ - opath = path for regex, result, pattern_sep, result_sep in self.aliases: m = regex.match(path) if m: |