Skip to content

Commit

Permalink
typo rebase me
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamilcuk committed Sep 2, 2024
1 parent e1a914f commit 493af79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nomad_tools/entry_listattributes.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def cli(args: Args, nodenameorid: Tuple[str, ...]):
["name", *allkeys],
*[[x["node.unique.name"], *[str(x.get(k, "")) for k in allkeys]] for x in arr],
]
print(output)
if args.json:
print(json.dumps(arr))
else:
Expand Down

0 comments on commit 493af79

Please sign in to comment.