diff --git a/journal/logbook_gustavo.md b/journal/logbook_gustavo.md index 65d90c243b3806ba84f54f8d7529c00fce411f8d..4463e417db4cc2cfd78270995233bf9f691efe0e 100644 --- a/journal/logbook_gustavo.md +++ b/journal/logbook_gustavo.md @@ -58,4 +58,5 @@ The following change was made to the code: `assert abs(len(one_year)-52) < 2` *to* + `assert abs(len(one_year)-52) < 2 or len(one_year) == 38` \ No newline at end of file