Revision accbf5e3 lib/cmdlib.py
b/lib/cmdlib.py | ||
---|---|---|
10270 | 10270 |
missing.append(name) |
10271 | 10271 |
|
10272 | 10272 |
if missing: |
10273 |
raise errors.OpPrereqError("Some groups do not exist: %s" % missing, |
|
10273 |
raise errors.OpPrereqError("Some groups do not exist: %s" % |
|
10274 |
utils.CommaJoin(missing), |
|
10274 | 10275 |
errors.ECODE_NOENT) |
10275 | 10276 |
|
10276 | 10277 |
def DeclareLocks(self, lu, level): |
Also available in: Unified diff