mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Fix typo
Conflicts: salt/modules/pip.py Conflicts: salt/modules/pip.py
This commit is contained in:
parent
508a8c76f1
commit
7b14e03807
@ -703,7 +703,7 @@ def uninstall(pkgs=None,
|
||||
if isinstance(pkgs, string_types):
|
||||
pkgs = [p.strip() for p in pkgs.split(',')]
|
||||
if requirements:
|
||||
with salt.utils.fopen(requirement) as rq_:
|
||||
with salt.utils.fopen(requirements) as rq_:
|
||||
for req in rq_:
|
||||
try:
|
||||
req_pkg, _ = req.split('==')
|
||||
|
Loading…
Reference in New Issue
Block a user