diff options
| author | Christian Clauss <cclauss@me.com> | 2021-10-12 14:10:53 +0200 |
|---|---|---|
| committer | Christian Clauss <cclauss@me.com> | 2021-10-12 14:10:53 +0200 |
| commit | 217ee1b8aab158ea8c6c2e1b98e252ca0feedde1 (patch) | |
| tree | 3b0636f3c07d7ded7e837e3e938aac5290576fa1 /test/test_rules.py | |
| parent | ab31c5ed3772cb63806a4614ca4431e9bd7de8d3 (diff) | |
| download | rdflib-217ee1b8aab158ea8c6c2e1b98e252ca0feedde1.tar.gz | |
Undefined name: tmppath --> self.tmppath
Diffstat (limited to 'test/test_rules.py')
| -rw-r--r-- | test/test_rules.py | 2 |
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 = [] |
