Skip to content

Commit

Permalink
Fix format exception in imalcolm
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Feb 15, 2017
1 parent 2495a86 commit cf3a5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malcolm/imalcolm.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main():
or
self.process_block.blocks
""" % self.process_block.blocks
""" % (self.process_block.blocks,)

self.start()
try:
Expand Down

0 comments on commit cf3a5f3

Please sign in to comment.