Skip to content

Commit

Permalink
also log added registries when generating file
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Spillman committed Jul 9, 2019
1 parent 4d796d0 commit 63ecd0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tasks/TwineAuthenticateV0/twineauthenticatemain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ function formPypircFormatFromData(authInfo: auth.AuthInfo[]): string{
let header = util.format("[distutils]%sindex-servers=", os.EOL);

for(let entry of authInfo) {
console.log(tl.loc("Info_AddingAuthForRegistry", entry.packageSource.feedName));
if (entry.packageSource.feedName in ent){
throw new Error(tl.loc("Error_DuplicateEntryForExternalFeed",
entry.packageSource.feedName));
Expand Down

0 comments on commit 63ecd0c

Please sign in to comment.