mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-21 18:19:36 -06:00
remove unneeded comment
This commit is contained in:
@@ -68,7 +68,7 @@ for line in sys.stdin:
|
||||
if line != "":
|
||||
rows.append(line.strip().split(","))
|
||||
|
||||
if len(rows) != 3: # extra line for success
|
||||
if len(rows) != 3:
|
||||
sys.exit(1)
|
||||
|
||||
if rows[0] != "pk,c1,c2,c3,c4,c5".split(","):
|
||||
|
||||
Reference in New Issue
Block a user