don't quote float values when writing SIL rows
This commit is contained in:
		
							parent
							
								
									3dca43edac
								
							
						
					
					
						commit
						67ad9f282e
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -77,6 +77,8 @@ class Writer(edbob.Object): | |||
|             return str(value) | ||||
|         if isinstance(value, int): | ||||
|             return str(value) | ||||
|         if isinstance(value, float): | ||||
|             return str(value) | ||||
|         if isinstance(value, Decimal): | ||||
|             return str(value) | ||||
|         if isinstance(value, datetime.date): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar