Skip to content

Commit c82f079

Browse files
committed
Missed indent
1 parent ca035cb commit c82f079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor_cli/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ def debug_callback(value: bool):
616616
console.print(f"Saved debug log to {save_file_loc}")
617617
except FileNotFoundError:
618618
print_error(f"The filepath '{save_file_loc}' does not exist.")
619-
raise typer.Exit()
619+
raise typer.Exit()
620620

621621

622622
class CLIManager:

0 commit comments

Comments
 (0)