2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-08-25 20:50:28 +00:00

Merge pull request #135 from tkucherera-lenovo/Nodeattrib

missing_shlex import in nodeattrib
This commit is contained in:
Jarrod Johnson
2023-10-05 12:53:16 -04:00
committed by GitHub

View File

@@ -22,6 +22,7 @@ import optparse
import os
import signal
import sys
import shlex
try:
signal.signal(signal.SIGPIPE, signal.SIG_DFL)