We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1d3c8 commit 01cdd5cCopy full SHA for 01cdd5c
examples/simple.py
@@ -9,6 +9,8 @@ def run_command(command):
9
output = subprocess.check_output(cmd)
10
return output
11
12
+# NWS edit this to make something for lint to change ???
13
+
14
def run_lsblk(device):
15
"""
16
Runs lsblk command and produces JSON output:
@@ -36,8 +38,10 @@ def run_lsblk(device):
36
38
37
39
40
def main(device):
41
42
print(f" '{run_lsblk(device)}'")
43
44
if __name__ == '__main__':
45
import sys
- main(sys.argv[-1])
46
47
+ main(sys.argv[-1])
0 commit comments