diff options
author | Martin Pihlak | 2012-10-24 11:25:38 +0000 |
---|---|---|
committer | Martin Pihlak | 2012-10-24 11:25:38 +0000 |
commit | fddcbe19e1623e585f85610cecff50c00f26d228 (patch) | |
tree | cb1955d5aa85c34044fd2d875f0df62981246c61 | |
parent | 3f53b84684a1a434a37425d7db10af2b1b737955 (diff) |
remove a stray tab.
-rwxr-xr-x | python/walmgr.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/walmgr.py b/python/walmgr.py index 830e0e1a..5f342339 100755 --- a/python/walmgr.py +++ b/python/walmgr.py @@ -1516,7 +1516,7 @@ STOP TIME: %(stop_time)s cmdline = ["ssh", "-nT", slave, "sync" ] self.exec_cmd(cmdline) - # slave has the file now, set markers + # slave has the file now, set markers self.set_last_complete(srcname) self.log.debug("%s: done", srcname) |