Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanger67 committed Jul 20, 2024
1 parent 03cc232 commit ffc6928
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@
" questionDetailsDict : dict[int, details]\n",
" A dictionary containing the question details matched to the question's assigned number\n",
" '''\n",
"\n",
" print(f'{getcwd() = }')\n",
" \n",
" question_data_folder = join(getenv('SUBMODULE_DATA_PATH'), getenv('LEETCODE_QUESTION_DETAILS'))\n",
" print(f'{listdir(getenv(\"SUBMODULE_DATA_PATH\"))}')\n",
Expand Down
2 changes: 2 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ def retrieveQuestionDetails() -> dict :
questionDetailsDict : dict[int, details]
A dictionary containing the question details matched to the question's assigned number
'''

print(f'{getcwd() = }')

question_data_folder = join(getenv('SUBMODULE_DATA_PATH'), getenv('LEETCODE_QUESTION_DETAILS'))
print(f'{listdir(getenv("SUBMODULE_DATA_PATH"))}')
Expand Down

0 comments on commit ffc6928

Please sign in to comment.