From f86d9e4cc87bda162d5280953e1bf873181020d8 Mon Sep 17 00:00:00 2001 From: olpc user Date: Sun, 12 Jan 2020 09:26:06 -0800 Subject: another change towards python3 --- backend/resilient/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/resilient/__init__.py b/backend/resilient/__init__.py index dfab073..6b6940d 100644 --- a/backend/resilient/__init__.py +++ b/backend/resilient/__init__.py @@ -32,7 +32,7 @@ for auth_subpath, auth_subpaths, auth_subfiles in os.walk(auth_path): for auth_subfile in auth_subfiles: auth_subfile = os.path.join(auth_subpath, auth_subfile) if os.path.isfile(auth_subfile): - os.chmod(auth_subfile, 0600) + os.chmod(auth_subfile, 0o600) def url200(url): try: -- cgit v1.2.3