We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4b5ee commit 4a02b16Copy full SHA for 4a02b16
1 file changed
term_timer/scripts/timer.py
@@ -193,7 +193,8 @@ def tools(command: str, options: Namespace) -> int:
193
194
if not session_stats.stack:
195
console.print(
196
- f'🤔 No saved solves yet for { session_stats.cube_name }.',
+ f'🤔 No saved solves yet for { session_stats.cube_name }'
197
+ ' matching requirements.',
198
style='warning',
199
)
200
return 1
0 commit comments