Skip to content
Snippets Groups Projects
Commit 1b2b18bb authored by Thomas Reifenberger's avatar Thomas Reifenberger
Browse files

Fix octal literal in python3

parent 2cbd06ab
No related branches found
Tags 0.2
No related merge requests found
......@@ -165,7 +165,7 @@ dist({
'version': '42',
})
''', 'utf-8')
script.chmod(0700)
script.chmod(0o700)
tmpdir.join('agents', 'special', 'agent_test').write_binary(b'hello', ensure=True)
tmpdir.join('checks', 'foo').write_binary(b'Check Me!', ensure=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment