mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-12-27 14:41:19 +01:00
updated error message
This commit is contained in:
@@ -282,5 +282,5 @@ def hostname_list(args):
|
|||||||
|
|
||||||
def validate_port(value):
|
def validate_port(value):
|
||||||
if value < 1024 or value > 65535:
|
if value < 1024 or value > 65535:
|
||||||
raise ValueError("port must be in range 1 - 65535")
|
raise ValueError("port must be in range 1024 - 65535")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user