| Index: gclient.py
|
| ===================================================================
|
| --- gclient.py (revision 93666)
|
| +++ gclient.py (working copy)
|
| @@ -981,9 +981,6 @@
|
| (not options.spec and not args)):
|
| parser.error('Inconsistent arguments. Use either --spec or one or 2 args')
|
|
|
| - if os.path.exists(options.config_filename):
|
| - raise gclient_utils.Error('%s file already exists in the current directory'
|
| - % options.config_filename)
|
| client = GClient('.', options)
|
| if options.spec:
|
| client.SetConfig(options.spec)
|
|
|