Chad has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327383 )

Change subject: Support python 2/3 octals, not just python2
......................................................................

Support python 2/3 octals, not just python2

Change-Id: Iaeef77e0c35be5a367516ed43ab0fc0e3cef98d3
---
M scap/plugins/prep.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/83/327383/1

diff --git a/scap/plugins/prep.py b/scap/plugins/prep.py
index a0d9b35..0e9dd8c 100644
--- a/scap/plugins/prep.py
+++ b/scap/plugins/prep.py
@@ -63,7 +63,7 @@
         self.create_startprofiler_symlink()
 
         cache_dir = os.path.join(self.dest_dir, 'cache')
-        os.chmod(cache_dir, 0777)
+        os.chmod(cache_dir, 0o777)
         utils.sudo_check_call('l10nupdate',
                               'mkdir "%s"' % os.path.join(cache_dir, 'l10n'))
 

-- 
To view, visit https://gerrit.wikimedia.org/r/327383
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iaeef77e0c35be5a367516ed43ab0fc0e3cef98d3
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to