correct error in build script
This commit is contained in:
		
							parent
							
								
									15ca1b9e17
								
							
						
					
					
						commit
						aa47fbc9c1
					
				| 
						 | 
					@ -138,7 +138,7 @@ def generateXdrMappings():
 | 
				
			||||||
                            first=False
 | 
					                            first=False
 | 
				
			||||||
                        else:
 | 
					                        else:
 | 
				
			||||||
                            oh.write(",\n")
 | 
					                            oh.write(",\n")
 | 
				
			||||||
                        oh.write("   new GwXDRTypeMapping(%d,%d,%d) /*%s:%s*/"%(cid,tc,cat,id,l))
 | 
					                        oh.write("   new GwXDRTypeMapping(%d,%d,%d) /*%s:%s*/"%(cid,tc,id,cat,l))
 | 
				
			||||||
                oh.write("\n")
 | 
					                oh.write("\n")
 | 
				
			||||||
                oh.write("};\n")
 | 
					                oh.write("};\n")
 | 
				
			||||||
        except Exception as e:
 | 
					        except Exception as e:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue