jenkins-bot has submitted this change and it was merged. (
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(-)
Approvals:
Chad: Looks good to me, approved
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: Iaeef77e0c35be5a367516ed43ab0fc0e3cef98d3
Gerrit-PatchSet: 2
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits