Skip to content

Commit

Permalink
Forgot to remove return False
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 21, 2024
1 parent 615471d commit 4f58040
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,6 @@
" else :\n",
" print(f'Level not found. Defaulting to \"Unknown\"')\n",
" level = 'Unknown'\n",
" return False\n",
"\n",
" creationtime, modificationtime = getCtimeMtimes(join(README_PATH, path))\n",
"\n",
Expand Down
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,6 @@ def parseCase(leetcodeFile: str, # file name
else :
print(f'Level not found. Defaulting to "Unknown"')
level = 'Unknown'
return False

creationtime, modificationtime = getCtimeMtimes(join(README_PATH, path))

Expand Down

0 comments on commit 4f58040

Please sign in to comment.