From 820cb2e78e90020478960c86f3ab066d5369fe54 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Mon, 1 Jun 2020 07:17:41 +0200 Subject: [PATCH] more nopublish debugging --- etherdump/commands/pull.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etherdump/commands/pull.py b/etherdump/commands/pull.py index 9a2124c..0a79229 100644 --- a/etherdump/commands/pull.py +++ b/etherdump/commands/pull.py @@ -168,7 +168,9 @@ def main (args): pass text = getjson(info['localapiurl']+'getText?'+urlencode(data)) - print ("Checking for NOPUBLISH {}".format(args.nopublish), file=sys.stderr) + print ("""Checking for nopublish {} in *** +{} +***""".format(args.nopublish, text), file=sys.stderr) ########################################## ## ENFORCE __NOPUBLISH__ MAGIC WORD ##########################################