Undefined name: tmppath --> self.tmppath by cclauss · Pull Request #1438 · RDFLib/rdflib (original) (raw)

$ flake8 . --count --select=E9,F63,F7,F82,Y --show-source --statistics

./rdflib/test/test_rules.py:58:27: F821 undefined name 'tmppath'
            shutil.rmtree(tmppath)
                          ^

Proposed Changes