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 b6d2500 commit 6dd0b1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@
" '''\n",
" \n",
" question_data_folder = join(getenv('SUBMODULE_DATA_PATH'), getenv('LEETCODE_QUESTION_DETAILS'))\n",
" \n",
" print(f'{listdir(getenv('SUBMODULE_DATA_PATH'))}')\n",
" print(f'Question details path: {question_data_folder = }')\n",
"\n",
" if not isfile(question_data_folder) :\n",
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ def retrieveQuestionDetails() -> dict :
'''

question_data_folder = join(getenv('SUBMODULE_DATA_PATH'), getenv('LEETCODE_QUESTION_DETAILS'))

print(f'{listdir(getenv('SUBMODULE_DATA_PATH'))}')
print(f'Question details path: {question_data_folder = }')

if not isfile(question_data_folder) :
Expand Down

0 comments on commit 6dd0b1d

Please sign in to comment.