Ottomata has uploaded a new change for review. https://gerrit.wikimedia.org/r/58328
Change subject: Importing exists method from os.path in e3-metrics.settings.py.erb ...................................................................... Importing exists method from os.path in e3-metrics.settings.py.erb Change-Id: I427091bd46ff0e2a0a368d21d45323f9fdeff727 --- M templates/misc/e3-metrics.settings.py.erb 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/28/58328/1 diff --git a/templates/misc/e3-metrics.settings.py.erb b/templates/misc/e3-metrics.settings.py.erb index f200284..eb1ec59 100644 --- a/templates/misc/e3-metrics.settings.py.erb +++ b/templates/misc/e3-metrics.settings.py.erb @@ -1,6 +1,7 @@ from user_metrics.config import logging from pkg_resources import WorkingSet , DistributionNotFound, VersionConflict +from os.path import exists # Get working set of Python modules working_set = WorkingSet() -- To view, visit https://gerrit.wikimedia.org/r/58328 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I427091bd46ff0e2a0a368d21d45323f9fdeff727 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
