convenience - no need to specify -x if --socket/-c already specified
This commit is contained in:
parent
695e0f1eb6
commit
c14b6b2807
@ -83,7 +83,7 @@ def main(serial, simulator, plaintext, socket):
|
||||
force_serial = serial
|
||||
force_plaintext = plaintext
|
||||
|
||||
if simulator:
|
||||
if simulator or socket:
|
||||
force_serial = socket or DEFAULT_SIM_SOCKET
|
||||
|
||||
def display_errors(f):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user