Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
J-A-Ha committed Aug 5, 2024
1 parent 4b2bd99 commit 708ea07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified art/classes/__pycache__/review.cpython-39.pyc
Binary file not shown.
3 changes: 2 additions & 1 deletion art/classes/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,8 @@ def export_review(self, new_file = True, file_name: str = 'request_input', folde

if folder_address == 'request_input':
folder_address = input('Folder address: ')
file_address = folder_address + '/' + file_name

file_address = folder_address + '/' + file_name

if new_file == False:

Expand Down

0 comments on commit 708ea07

Please sign in to comment.