Commit 75f3b77d authored by Michal Čihař's avatar Michal Čihař

Ignore access to private member

parent 9308cf09
...@@ -218,7 +218,7 @@ class ProjectTest(RepoTestCase): ...@@ -218,7 +218,7 @@ class ProjectTest(RepoTestCase):
backup = appsettings.GIT_ROOT backup = appsettings.GIT_ROOT
appsettings.GIT_ROOT = '/weblate-nonexisting-path' appsettings.GIT_ROOT = '/weblate-nonexisting-path'
# Invalidate cache # Invalidate cache, pylint: disable=W0212
project._dir_path = None project._dir_path = None
self.assertRaisesMessage( self.assertRaisesMessage(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment