Skip to content

Commit

Permalink
do not store passed authentication information (dsoprea#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
verybadsoldier authored and dsoprea committed Sep 29, 2016
1 parent 23267db commit de11ebc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions svn/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ def run_command(self, subcommand, args, success_code=0,
if self.__username is not None and self.__password is not None:
cmd += ['--username', self.__username]
cmd += ['--password', self.__password]
cmd += ['--no-auth-cache']

cmd += [subcommand] + args

Expand Down

0 comments on commit de11ebc

Please sign in to comment.