Skip to content

Commit

Permalink
🔨 Improve code complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
Arekushi committed Apr 15, 2024
1 parent 54a82ee commit 3e4c545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/miscellaneous/nier_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def input_nier_path():
new_path = console.input(settings.CLI.NIERPATH.write_path)

if not is_a_nier_path(new_path):
console.print(settings.CLI.NIERPATH.error)
console.print(settings.CLI.NIERPATH.path_error)

for i, file in enumerate(files_required_checkout):
console.print(f'{i + 1}. [b]{file}[/b]')
Expand Down

0 comments on commit 3e4c545

Please sign in to comment.