Files
@ 701f0a3f9616
Branch filter:
Location: kallithea/scripts/logformat.py
701f0a3f9616
1.7 KiB
text/x-python
vcs: remove confusing and unnecessary local variable
This removes the "username" local variable, substituting the equivalent
"user.username". The function also has another, unrelated use of the
same local variable name; this OTHER "username" variable is untouched.
The relevant code is duplicated between Hg and Git... and thus also
this change.
This removes the "username" local variable, substituting the equivalent
"user.username". The function also has another, unrelated use of the
same local variable name; this OTHER "username" variable is untouched.
The relevant code is duplicated between Hg and Git... and thus also
this change.