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 01cdd5c commit 176c6ffCopy full SHA for 176c6ff
examples/simple.py
@@ -9,7 +9,7 @@ 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 ???
+# NWS edit this to make something for lint to change -- and now removing newlines I added ???
13
14
def run_lsblk(device):
15
"""
@@ -38,10 +38,8 @@ def run_lsblk(device):
38
39
40
def main(device):
41
-
42
print(f" '{run_lsblk(device)}'")
43
44
if __name__ == '__main__':
45
import sys
46
47
main(sys.argv[-1])
0 commit comments