add docstring to reset method

This commit is contained in:
Vishvananda Ishaya
2011-02-21 00:24:35 -08:00
parent 0f9699dad5
commit 869f4437ec

View File

@@ -294,6 +294,7 @@ if not isinstance(logging.root, NovaRootLogger):
root = logging.root
def reset():
"""Resets logging handlers. Should be called if FLAGS changes."""
root.setup_from_flags()