You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue with the "part06-08_recipe_search" Recipe search exercise. recipes2.txt file contains an empty space at the end of the file. recipes1.txt file does not have the extra space.
Description of the exercise says:
"Each recipe consists of three or more lines. The first line has the name of the recipe, the second line contains an integer number representing the preparation time in minutes, and the remaining line or lines contain the ingredients used, one on each line. The recipe ends with an empty line, with the exception of the final recipe in the file which just ends with the end of the file. So, there can be more than one recipe in a single file, like in the example below."
With the empty space at the end of file recipes2.txt my code fails to pass the last test. I can try to work around this to pass the test.
Thank you
The text was updated successfully, but these errors were encountered:
Hi all,
There is an issue with the "part06-08_recipe_search" Recipe search exercise. recipes2.txt file contains an empty space at the end of the file. recipes1.txt file does not have the extra space.
Description of the exercise says:
"Each recipe consists of three or more lines. The first line has the name of the recipe, the second line contains an integer number representing the preparation time in minutes, and the remaining line or lines contain the ingredients used, one on each line. The recipe ends with an empty line, with the exception of the final recipe in the file which just ends with the end of the file. So, there can be more than one recipe in a single file, like in the example below."
With the empty space at the end of file recipes2.txt my code fails to pass the last test. I can try to work around this to pass the test.
Thank you
The text was updated successfully, but these errors were encountered: