Skip to content

Commit

Permalink
Merge pull request #1438 from cclauss/fix-undefined-names
Browse files Browse the repository at this point in the history
Undefined name: tmppath --> self.tmppath
  • Loading branch information
nicholascar committed Oct 13, 2021
2 parents 204fea6 + 217ee1b commit 1729243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def setUp(self):

def tearDown(self):
self.g.close()
shutil.rmtree(tmppath)
shutil.rmtree(self.tmppath)

def testPychinko(self):
rules = []
Expand Down

0 comments on commit 1729243

Please sign in to comment.