PEP8: fix E225: missing whitespace around operator
[nivanova/samba-autobuild/.git] / script / generate_param.py
index 3ef40038774e185568decb7d08cbf8650d877f1b..908bd885cf35d285fc8b68255e2423ce33c73375 100644 (file)
@@ -142,7 +142,7 @@ def generate_functions(path_in, path_out):
             if temp is None:
                 raise Exception(parameter['name'] + " has an invalid param type " + parameter['type'])
             output_string += temp
-            f.write(output_string + "(" + parameter['function'] +", " + parameter['function'] + ')\n')
+            f.write(output_string + "(" + parameter['function'] + ", " + parameter['function'] + ')\n')
     finally:
         f.close()