You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fob/__init__.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ def run_app():
61
61
type=str,
62
62
help="ID of the block to check off (int)",
63
63
)
64
-
subparsers.add_parser("nvm", help="Revise block assignment for today and change a non-Buffer block into a Buffer block, and mark that new Buffer block as complete."
64
+
subparsers.add_parser("nvm", help="Revise block assignment for today and change a non-Buffer block into a Buffer block, and mark that new Buffer block as complete.")
blocks_assigned=int(Prompt.ask(f"({blocks_per_day-blocks_remaining_to_assign+1}/{blocks_per_day}) How many blocks for [bold]{area_name}[/bold]? (max: [bold][cyan]{max_blocks}[/bold][/cyan])", default=0))
95
89
96
90
ifblocks_assigned>blocks_remaining_to_assign:
97
-
print(f"[red][bold]Error![/red] You have assigned more blocks than you have available today. Please try again.")
91
+
print("[red][bold]Error![/red] You have assigned more blocks than you have available today. Please try again.")
0 commit comments