diff options
Diffstat (limited to 'unittests/allplatformstests.py')
-rw-r--r-- | unittests/allplatformstests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index c7fe2cb..bae0403 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -3598,7 +3598,7 @@ class AllPlatformTests(BasePlatformTests): filename = foo/real.wrap ''')) with self.assertRaisesRegex(WrapException, 'wrap-redirect filename must be in the form foo/subprojects/bar.wrap'): - wrap = PackageDefinition(redirect_wrap) + PackageDefinition(redirect_wrap) # Correct redirect with open(redirect_wrap, 'w', encoding='utf-8') as f: |