Fix decompile

This commit is contained in:
LexManos 2012-08-10 20:41:59 -07:00
parent 7440cc89e9
commit 1e4d788cd0

View file

@ -5,7 +5,7 @@ import os
if __name__ == '__main__':
if not len(sys.argv) == 3:
if not len(sys.argv) >= 3:
print 'Invalid arguments, must supply mcp folder and fml folder: decompile.py <MCPFolder> <FMLFolder>'
else:
mcp_dir = os.path.abspath(sys.argv[1])