Skip to content

Missing Error Code for Invalid Callsign #99

@Abraxas3d

Description

@Abraxas3d

Current behavior:
$ python3 interlocutor.py 'INVALID CALL!'
❌ Error: Invalid characters in callsign: , !
Thank you for using Opulent Voice!
$ echo $?
0 # ← Should be 1 for error

Desired behavior:
$ python3 interlocutor.py 'INVALID CALL!'
❌ Error: Invalid characters in callsign: , !
$ echo $?
1 # ← Proper error exit code

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions