Skip to content

Commit 4a02b16

Browse files
committed
Better message
1 parent 0a4b5ee commit 4a02b16

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

term_timer/scripts/timer.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ def tools(command: str, options: Namespace) -> int:
193193

194194
if not session_stats.stack:
195195
console.print(
196-
f'🤔 No saved solves yet for { session_stats.cube_name }.',
196+
f'🤔 No saved solves yet for { session_stats.cube_name }'
197+
' matching requirements.',
197198
style='warning',
198199
)
199200
return 1

0 commit comments

Comments
 (0)