We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02bb7c8 commit e667d5eCopy full SHA for e667d5e
pori_python/ipr/main.py
@@ -419,7 +419,7 @@ def ipr_report(
419
)
420
421
# GKB CONNECTION
422
- graphkb_conn = GraphKBConnection(graphkb_url) if graphkb_url else GraphKBConnection()
+ graphkb_conn = GraphKBConnection(graphkb_url) if graphkb_url else GraphKBConnection()
423
logger.info(f"connecting to graphkb: {graphkb_conn.url}")
424
425
graphkb_conn.login(
0 commit comments