From: Kyr Shatskyy Date: Thu, 3 Oct 2019 00:37:59 +0000 (+0200) Subject: ansible: use py3 compatible octals X-Git-Tag: 1.1.0~225^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e310dd2ee5ff8190f3a40cc09b2b966ff714695a;p=teuthology.git ansible: use py3 compatible octals Signed-off-by: Kyr Shatskyy --- diff --git a/teuthology/task/ansible.py b/teuthology/task/ansible.py index 0c94ff7832..7e8227cf54 100644 --- a/teuthology/task/ansible.py +++ b/teuthology/task/ansible.py @@ -335,7 +335,7 @@ class Ansible(Task): self.failure_log.name, archive_path ) - os.chmod(archive_path, 0664) + os.chmod(archive_path, 0o664) def _build_args(self): """