mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Keep lint happy
(But what about py3?)
This commit is contained in:
@@ -73,7 +73,7 @@ class AuthenticatorTest(unittest.TestCase):
|
||||
os.chmod(self.path, 0o000)
|
||||
try:
|
||||
open(permission_canary, "r")
|
||||
print("Warning, running tests as root skips permissions tests...")
|
||||
print "Warning, running tests as root skips permissions tests..."
|
||||
except IOError:
|
||||
# ok, permissions work, test away...
|
||||
self.assertRaises(errors.PluginError, self.auth.prepare)
|
||||
|
||||
Reference in New Issue
Block a user