Hi there! Just made the account to notify that there is a minor bug that can occur during the installation of the forge source code (using install.bat). Nothing to serious, just letting ya know because I couldn't find if anyone had already reported it.
When copying manually the mcp folder before starting "install.bat" so it doesn't have to download it, the following bug appears:
Traceback (most recent call last):
File "install.py", line 76, in <module>
decompile=options.decompile, gen_conf=False)
File "install.py", line 17, in fml_main
disable_assets=disable_assets)
File "[the folder where i was installing it]\forge\fml\fml.py", line 926, in decompile_minecraft
cleanup(None, False)
TypeError: cleanup() takes exacly 3 arguments (2 given)
I then checked the fml.py file, opened it and corrected said line from:
cleanup(None, False) --> cleanup(None, False, False)
So then I could continue the installation without problems.
Anyway, thanks for Forge!