Explorar el Código

[python] fix source-header comment

Simon Krajewski hace 10 años
padre
commit
db3e7814f8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      genpy.ml

+ 1 - 1
genpy.ml

@@ -2394,7 +2394,7 @@ module Generator = struct
 	let run com =
 		Transformer.init com;
 		let ctx = mk_context com in
-		Codegen.map_source_header com (fun s -> print ctx "// %s\n" s);
+		Codegen.map_source_header com (fun s -> print ctx "# %s\n" s);
 		gen_imports ctx;
 		gen_resources ctx;
 		gen_types ctx;