Change name of global parameter to install_global
This commit is contained in:
@@ -39,7 +39,7 @@ def update_kwargs_from_args(args, kwargs):
|
||||
'fake': args.fake,
|
||||
'dirty': args.dirty,
|
||||
'use_cache': args.use_cache,
|
||||
'global': args.install_global
|
||||
'install_global': args.install_global
|
||||
})
|
||||
if hasattr(args, 'setup'):
|
||||
setups = set()
|
||||
|
||||
Reference in New Issue
Block a user