diff --git a/cmd/transpile/category.go b/cmd/transpile/category.go index 450f5bc..d2be4c7 100644 --- a/cmd/transpile/category.go +++ b/cmd/transpile/category.go @@ -105,7 +105,7 @@ func ParseCategory(categoryPath string, seed string) ([]PuzzleEntry, error) { func main() { // XXX: We need a way to pass in "only run this one point value puzzle" - + // XXX: Convert puzzle.py to standalone thingies flag.Parse() baseSeedString := os.Getenv("SEED")