2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-21 17:11:58 +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
commit 06ee48f702
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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