Skip to content

Commit a9639d7

Browse files
committed
demoted missing netrc file to a warning
1 parent d4db4ca commit a9639d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sliderule/sliderule.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ def authenticate (ps_organization, ps_username=None, ps_password=None):
637637
ps_username = login_credentials[0]
638638
ps_password = login_credentials[2]
639639
except Exception as e:
640-
logger.error("Failed to retrieve username and password from netrc file: {}".format(e))
640+
logger.warning("Failed to retrieve username and password from netrc file: {}".format(e))
641641

642642
# authenticate to provisioning system
643643
if ps_username and ps_password:

0 commit comments

Comments
 (0)