This commit is contained in:
Kovid Goyal 2014-04-04 01:01:05 +05:30
parent 6197920256
commit 3a193a24aa

View File

@ -178,6 +178,7 @@ def add_custom_recipes(script_map):
with open(os.path.join(bdir, fname), 'wb') as f: with open(os.path.join(bdir, fname), 'wb') as f:
f.write(script) f.write(script)
id_ += 1
def remove_custom_recipe(id_): def remove_custom_recipe(id_):