commit | a6ca40b79de55e5706476e5703cab3432b6bda39 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Thu Jun 07 12:31:23 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu Jun 07 12:33:56 2018 -0700 |
tree | 72740753dc16c9787087298f04f11e474bcea93e | |
parent | c1cd109494eca760ae1be4e4ab84f6ea62b0b3dc [diff] |
CORD-3134 make xossh ignore comments Change-Id: I670df528a72ec5b246e54e388d23cdfd0dfdb1e2
diff --git a/xos/xos_client/xossh b/xos/xos_client/xossh index 955eac0..daefecd 100644 --- a/xos/xos_client/xossh +++ b/xos/xos_client/xossh
@@ -231,7 +231,7 @@ reactor.stop() return - if command == "": + if (command == "") or (command.strip().startswith("#")): # blank line pass else: