Remove useless warnings #35

Open
opened 2025-03-21 21:13:14 +00:00 by boyska · 0 comments
Owner

The current code has lot of warnings which are actually irrelevant, and some of them are even dangerous. As an example, checking if AUDIO_INPUT is readable at start time might be a bad idea, because at boot time some filesystem might not be initialized yet. But this shouldn't prevent techrec from starting: sure, error might come in some time frame, but this is a job for #27

The current code has lot of warnings which are actually irrelevant, and some of them are even dangerous. As an example, checking if `AUDIO_INPUT` is readable at start time might be a *bad* idea, because at boot time some filesystem might not be initialized yet. But this shouldn't prevent techrec from starting: sure, error might come in some time frame, but this is a job for #27
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
techbloc/techrec#35
No description provided.