summaryrefslogtreecommitdiff
path: root/test/test_rules.py
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-10-12 14:10:53 +0200
committerChristian Clauss <cclauss@me.com>2021-10-12 14:10:53 +0200
commit217ee1b8aab158ea8c6c2e1b98e252ca0feedde1 (patch)
tree3b0636f3c07d7ded7e837e3e938aac5290576fa1 /test/test_rules.py
parentab31c5ed3772cb63806a4614ca4431e9bd7de8d3 (diff)
downloadrdflib-217ee1b8aab158ea8c6c2e1b98e252ca0feedde1.tar.gz
Undefined name: tmppath --> self.tmppath
Diffstat (limited to 'test/test_rules.py')
-rw-r--r--test/test_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_rules.py b/test/test_rules.py
index c2496760..e020193d 100644
--- a/test/test_rules.py
+++ b/test/test_rules.py
@@ -55,7 +55,7 @@ try:
def tearDown(self):
self.g.close()
- shutil.rmtree(tmppath)
+ shutil.rmtree(self.tmppath)
def testPychinko(self):
rules = []