fix indent

This commit is contained in:
Wolfgang Walther
2020-07-16 13:12:55 +02:00
parent 403d5c46d0
commit 7a389fe44c

View File

@@ -237,7 +237,7 @@ class CommandLineTestCase(unittest.TestCase):
os.path.join(self.wd, 'sub/directory.yaml/not-yaml.txt'), os.path.join(self.wd, 'sub/directory.yaml/not-yaml.txt'),
os.path.join(self.wd, 'sub/ok.yaml'), os.path.join(self.wd, 'sub/ok.yaml'),
os.path.join(self.wd, 'warn.yaml')] os.path.join(self.wd, 'warn.yaml')]
+ +
([] if self.utf8_missing else ([] if self.utf8_missing else
[os.path.join(self.wd, 'non-ascii/éçäγλνπ¥/utf-8')]) [os.path.join(self.wd, 'non-ascii/éçäγλνπ¥/utf-8')])
) )