python fixes, tests

This commit is contained in:
Ethan Buchman
2015-12-14 20:00:48 -05:00
parent bb4a58aa0a
commit af2a1a6fc1
8 changed files with 103 additions and 51 deletions
+2
View File
@@ -121,6 +121,8 @@ func cmdBatch(app *cli.App, c *cli.Context) {
Exit("input line is too long")
} else if err == io.EOF {
break
} else if len(line) == 0 {
continue
} else if err != nil {
Exit(err.Error())
}