Allow rnid aspect lengths of 1

pull/375/head
Mark Qvist 2023-09-29 12:29:37 +02:00
rodzic 8908022b88
commit 5e0b2c5b42
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -196,7 +196,7 @@ def main():
if args.hash:
try:
aspects = args.hash.split(".")
if not len(aspects) > 1:
if not len(aspects) > 0:
RNS.log("Invalid destination aspects specified", RNS.LOG_ERROR)
exit(32)
else: