Allow rnid aspect lengths of 1
This commit is contained in:
parent
8908022b88
commit
5e0b2c5b42
@ -196,7 +196,7 @@ def main():
|
|||||||
if args.hash:
|
if args.hash:
|
||||||
try:
|
try:
|
||||||
aspects = args.hash.split(".")
|
aspects = args.hash.split(".")
|
||||||
if not len(aspects) > 1:
|
if not len(aspects) > 0:
|
||||||
RNS.log("Invalid destination aspects specified", RNS.LOG_ERROR)
|
RNS.log("Invalid destination aspects specified", RNS.LOG_ERROR)
|
||||||
exit(32)
|
exit(32)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user