example groups work around
* Updated usage so it only references importing the final list of lists produced. Trying to use some of the mid-points can have unpredictable results (this is part of the problem with work arounds).
This commit is contained in:
parent
a4e3f82765
commit
6c6af9a7b0
@ -28,7 +28,7 @@ import subprocess
|
||||
"""
|
||||
Intended for use with other scripts.
|
||||
|
||||
Usage: from groups import group_lines, group_lists
|
||||
Usage: from groups import group_lists
|
||||
"""
|
||||
|
||||
lines = subprocess.getoutput("gpgconf --list-options gpg").splitlines()
|
||||
|
Loading…
Reference in New Issue
Block a user