File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
analyzer/tests/functional/skip Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ def test_skip_directory(self):
195195 mode = 'w' ,
196196 suffix = "skipfile" ,
197197 encoding = 'utf-8' ) as skip_file :
198-
198+
199199 # Skip the `skipme` folder, leaving out the '*'
200200 skip_file .write ('\n ' .join ([
201201 '-*skipme/' ,
@@ -213,7 +213,7 @@ def test_skip_directory(self):
213213 mode = 'w' ,
214214 suffix = "skipfile" ,
215215 encoding = 'utf-8' ) as skip_file :
216-
216+
217217 # Skip the `skipme` folder, without any indication that its a folder
218218 skip_file .write ('\n ' .join ([
219219 '-*skipme' ,
@@ -440,7 +440,7 @@ def check_parse_out(out):
440440
441441 # Do the CodeChecker Analyze with --file
442442 # We also need to set cwd to test_workspace
443- out , _ = self .__analyze ("simple" ,
443+ out , _ = self .__analyze ("simple" ,
444444 build_json ,
445445 ["--clean" ,
446446 "--file" ,
You can’t perform that action at this time.
0 commit comments