Skip to content

Commit

Permalink
Log config location
Browse files Browse the repository at this point in the history
  • Loading branch information
Vikram Jayanthi committed Jul 15, 2020
1 parent 5a7938d commit a59461e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions twine/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ def get_config(path: str = "~/.pypirc") -> Dict[str, RepositoryConfig]:
# Expand user strings in the path
path = os.path.expanduser(path)

logger.info("Config Location: " + path)

# Parse the rc file
if os.path.isfile(path):
parser.read(path)
Expand Down

0 comments on commit a59461e

Please sign in to comment.