Skip to content

Commit

Permalink
updates to a PRE version
Browse files Browse the repository at this point in the history
  • Loading branch information
jtzero committed Aug 19, 2021
1 parent 31fb896 commit eafd113
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.17
0.25.17-pre+b32bb13
1 change: 0 additions & 1 deletion pkg/resources/sequence.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ func sequenceIDFromString(stringID string) (*sequenceID, error) {
}

if len(lines) != 1 {
fmt.Printf("!!!!!!!!!!!!!%s\n", lines)
return nil, fmt.Errorf("1 line per sequence")
}
if len(lines[0]) != 3 {
Expand Down

0 comments on commit eafd113

Please sign in to comment.