correct a few comment lines
This commit is contained in:
parent
ce4718f1fb
commit
4dd0e24b00
2 changed files with 3 additions and 3 deletions
|
|
@ -1607,7 +1607,7 @@ class TestRmtree2(unittest.TestCase):
|
|||
koji.util.rmtree(dirname)
|
||||
|
||||
def test_rmtree_notadir(self):
|
||||
# should not error if already removed
|
||||
# should error if not a directory
|
||||
fname = '%s/hello.txt' % self.tempdir
|
||||
with open(fname, 'wt') as fo:
|
||||
fo.write('hello\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue