Commit 40b0408

Richard Luby <richluby@gmail.com>
2016-11-16 16:06:48
fixed blueprint flag not waiting for blueprint
1 parent 6f41fce
Changed files (1)
command.go
@@ -314,6 +314,7 @@ func buildBluePrint(useBlueprint bool) (string, error) {
 			i+1, categoryKeys[i+1]))
 	}
 	displayStringToMainScreen("Enter the category numbers, separated by a comma: ")
+	readUserInputSemaphore.P()
 	input, _ := readInputFromMainScreen()
 	splits := strings.Split(input, ",")
 	for _, split := range splits {