mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	missed the /
This commit is contained in:
		
							parent
							
								
									6947369023
								
							
						
					
					
						commit
						a055d75686
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -125,7 +125,7 @@ def write_vector_map_idx(installed_maps):
 | 
				
			||||||
      idx_dict[item]['region'] = region
 | 
					      idx_dict[item]['region'] = region
 | 
				
			||||||
      idx_dict[item]['language'] = map_dict['perma_ref'][:2]
 | 
					      idx_dict[item]['language'] = map_dict['perma_ref'][:2]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
   with open(vector_map_idx_dir + 'vector-map-idx.json','w') as idx:
 | 
					   with open(vector_map_idx_dir + '/vector-map-idx.json','w') as idx:
 | 
				
			||||||
      idx.write(json.dumps(idx_dict,indent=2))
 | 
					      idx.write(json.dumps(idx_dict,indent=2))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def create_menu_def(region,default_name,intended_use='map'):
 | 
					def create_menu_def(region,default_name,intended_use='map'):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue