diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2015-03-01 21:08:32 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2015-03-03 12:59:30 +0100 |
commit | 1f211ca7775f542cfcd501a160f72a35911f06ab (patch) | |
tree | c8c51f3c5f21e68591fc5e05e46338f5ab251f8c /src/script | |
parent | Merge pull request #3842 from dachary/wip-docker-build (diff) | |
download | ceph-1f211ca7775f542cfcd501a160f72a35911f06ab.tar.xz ceph-1f211ca7775f542cfcd501a160f72a35911f06ab.zip |
python: fix pep8 E302, add missing lines
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Diffstat (limited to 'src/script')
-rwxr-xr-x | src/script/perf-watch.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/perf-watch.py b/src/script/perf-watch.py index 826d4a499d7..0add1a9edd1 100755 --- a/src/script/perf-watch.py +++ b/src/script/perf-watch.py @@ -6,6 +6,7 @@ import logging import time import commands + def parse_args(): parser = argparse.ArgumentParser(description='watch ceph perf') parser.add_argument( |