mirror of https://github.com/MISP/misp-galaxy
				
				
				
			fix empty meta field
							parent
							
								
									4ddb598de4
								
							
						
					
					
						commit
						48a65e15a6
					
				|  | @ -23,7 +23,6 @@ for element in os.listdir('.'): | |||
|             value = {} | ||||
|             value['description'] = temp['description'] | ||||
|             value['value'] = temp['name'] | ||||
|             value['meta'] = {} | ||||
|             value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] | ||||
|             values.append(value) | ||||
| 
 | ||||
|  |  | |||
|  | @ -23,7 +23,6 @@ for element in os.listdir('.'): | |||
|             value = {} | ||||
|             value['description'] = temp['description'] | ||||
|             value['value'] = temp['name'] | ||||
|             value['meta'] = {} | ||||
|             value['uuid'] = re.search('--(.*)$', temp['id']).group(0)[2:] | ||||
|             values.append(value) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Deborah Servili
						Deborah Servili