Error new installing new Site

Before adding this new site, I added new application as well. This error is different from one I posted earlier. Please help.

➜ frappe-bench bench new-site a1
Traceback (most recent call last):
File “/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py”, line 162, in _run_module_as_main
main”, fname, loader, pkg_name)
File “/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py”, line 72, in _run_code
exec code in run_globals
File “/Users/umairsayyed/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 79, in
main()
File “/Users/umairsayyed/frappe-bench/apps/frappe/frappe/utils/bench_helper.py”, line 16, in main
click.Group(commands=commands)(prog_name=‘bench’)
File “/Users/umairsayyed/frappe-bench/env/lib/python2.7/site-packages/click/core.py”, line 664, in call
return self.main(*args, **kwargs)
File “/Users/umairsayyed/frappe-bench/env/lib/python2.7/site-packages/click/core.py”, line 644, in main
rv = self.invoke(ctx)
File “/Users/umairsayyed/frappe-bench/env/lib/python2.7/site-packages/click/core.py”, line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/Users/umairsayyed/frappe-bench/env/lib/python2.7/site-packages/click/core.py”, line 991, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File “/Users/umairsayyed/frappe-bench/env/lib/python2.7/site-packages/click/core.py”, line 837, in invoke
return ctx.invoke(self.callback, **ctx.params)
File “/Users/umairsayyed/frappe-bench/env/lib/python2.7/site-packages/click/core.py”, line 464, in invoke
return callback(*args, **kwargs)
File “/Users/umairsayyed/frappe-bench/apps/frappe/frappe/commands.py”, line 68, in new_site
frappe.init(site=site)
File “/Users/umairsayyed/frappe-bench/apps/frappe/frappe/init.py”, line 123, in init
local.conf = _dict(get_site_config())
File “/Users/umairsayyed/frappe-bench/apps/frappe/frappe/init.py”, line 177, in get_site_config
raise IncorrectSitePath, “{0} does not exist”.format(site_config)
frappe.exceptions.IncorrectSitePath: ./a1/site_config.json does not exist

@haitham thanks for reporting. Just pushed a fix!

great! it went through. thanks.