mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
lint
This commit is contained in:
@@ -74,7 +74,7 @@ class AuthenticatorTest(unittest.TestCase):
|
|||||||
|
|
||||||
# Remove exec bit from permission check, so that it
|
# Remove exec bit from permission check, so that it
|
||||||
# matches the file
|
# matches the file
|
||||||
responses = self.auth.perform([self.achall])
|
self.auth.perform([self.achall])
|
||||||
parent_permissions = (stat.S_IMODE(os.stat(self.path).st_mode) &
|
parent_permissions = (stat.S_IMODE(os.stat(self.path).st_mode) &
|
||||||
~stat.S_IEXEC)
|
~stat.S_IEXEC)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user