Skip to content

Commit 686511d

Browse files
committed
Error message when no IPR_URL defined
1 parent 87cd9ff commit 686511d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pori_python/ipr/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def ipr_report(
363363
if ipr_url:
364364
ipr_conn = IprConnection(username, password, ipr_url)
365365
else:
366-
logger.warning("No ipr_url given")
366+
logger.error("No ipr_url given with no IPR_URL environment variable")
367367

368368
if validate_json:
369369
if not ipr_conn:

0 commit comments

Comments
 (0)