Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #17

Closed
Open
Opened Nov 14, 2004 by weasel (Peter Palfrader)@weasel

minor formatig bug

[Moved from bugzilla] Reporter: peter@palfrader.org (Peter Palfrader) Description: Opened: 2003-10-27 20:39

[I hope bugzilla doesn't screw up that too badly]

fprint in python is done with the % operator.

--- src/minion/lib/mixminion/ClientDirectory.py 19 Oct 2003 03:12:01 -0000
1.7 +++ src/minion/lib/mixminion/ClientDirectory.py 27 Oct 2003 19:38:12 -0000 @@ -286,8 +286,8 @@ if s.getNickname() == nickname: if not mixminion.Crypto.pk_same_public_key(identity, s.getIdentity()):

  •                raise MixError("Identity key changed for server %s in %

s",

  •                               nickname, filename) 
  •                raise MixError("Identity key changed for server %s in %

s"%

  •                               (nickname, filename)) 
    
       # Have we already imported this server? 
       if self.digestMap.get(info.getDigest(), "X").startswith("I:"):

------- Additional Comments From Nick Mathewson 2003-11-07 09:13 -------

Applied in CVS

[Automatically added by flyspray2trac: Operating System: Linux]

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#17