correct a few comment lines

This commit is contained in:
Mike McLean 2024-02-15 09:48:30 -05:00 committed by Tomas Kopecek
parent ce4718f1fb
commit 4dd0e24b00
2 changed files with 3 additions and 3 deletions

View file

@ -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')