Allow rnid aspect lengths of 1
This commit is contained in:
		
							parent
							
								
									8908022b88
								
							
						
					
					
						commit
						5e0b2c5b42
					
				| @ -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: | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user