Add trailing newline after info output
This commit is contained in:
		
							
								
								
									
										5
									
								
								pvc.py
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								pvc.py
									
									
									
									
									
								
							| @@ -608,10 +608,11 @@ def node_info(node, long_output): | |||||||
|     if long_output == True: |     if long_output == True: | ||||||
|         click.echo('') |         click.echo('') | ||||||
|         click.echo('{}Virtual machines on node:{}'.format(ansiiprint.bold(), ansiiprint.end())) |         click.echo('{}Virtual machines on node:{}'.format(ansiiprint.bold(), ansiiprint.end())) | ||||||
|         click.echo('') |  | ||||||
|         # List all VMs on this node |         # List all VMs on this node | ||||||
|         get_vm_list(node, None) |         get_vm_list(node, None) | ||||||
|  |  | ||||||
|  |     click.echo('') | ||||||
|  |  | ||||||
|     # Close the Zookeeper connection |     # Close the Zookeeper connection | ||||||
|     stopZKConnection(zk_conn) |     stopZKConnection(zk_conn) | ||||||
|  |  | ||||||
| @@ -1398,6 +1399,8 @@ def vm_info(domain, long_output): | |||||||
|         click.echo('') |         click.echo('') | ||||||
|         click.echo('{}Failure reason:{}     {}'.format(ansiiprint.purple(), ansiiprint.end(), failedreason)) |         click.echo('{}Failure reason:{}     {}'.format(ansiiprint.purple(), ansiiprint.end(), failedreason)) | ||||||
|  |  | ||||||
|  |     click.echo('') | ||||||
|  |  | ||||||
|     # Close the Zookeeper connection |     # Close the Zookeeper connection | ||||||
|     stopZKConnection(zk_conn) |     stopZKConnection(zk_conn) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user