Merge "Properly default pretend_min_part_hours_passed"

This commit is contained in:
Jenkins 2016-08-05 09:32:08 +00:00 committed by Gerrit Code Review
commit 9d81f521d2

View File

@ -258,7 +258,7 @@ if __name__ == "__main__":
help="Reset the clock on the last time a rebalance happened.", help="Reset the clock on the last time a rebalance happened.",
dest="reset_mph_clock", dest="reset_mph_clock",
action="store_true", action="store_true",
default='False' default=False
) )
options, _args = parser.parse_args(sys.argv[1:]) options, _args = parser.parse_args(sys.argv[1:])