Skip to content

Commit

Permalink
cli: Update for pynipap as a package
Browse files Browse the repository at this point in the history
Despite my intentions to keep the API unchanged, a small change was
needed to the CLI client to cater for pynipap as a package.
  • Loading branch information
garberg committed Jan 9, 2025
1 parent f9e4ec5 commit 0e5d6da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nipap-cli/nipap
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ import socket
import nipap_cli
import nipap_cli.nipap_cli
from nipap_cli.command import Command, CommandError
from pynipap import NipapError
import tracing
from pynipap import NipapError, tracing

# early close of stdout to avoid broken pipe, see #464
# If our output is being piped and the receiver of the pipe is killed off before
Expand Down

0 comments on commit 0e5d6da

Please sign in to comment.