Skip to content

Commit

Permalink
Merge pull request python-diamond#634 from DarrellMozingo/patch-1
Browse files Browse the repository at this point in the history
Add positional argument specifiers for statement for python < 2.7 compat
  • Loading branch information
shortdudey123 authored Apr 21, 2017
2 parents 450462a + d76939f commit cd27182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/diamond
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def main():
# join() on each of them. This guarantees that the
# SyncManager is terminated last (implicitly as a result of
# us exiting).
child_debug = "Terminating and joining on: {} ({})"
child_debug = "Terminating and joining on: {0} ({1})"
log.debug(child_debug.format(child.name, child.pid))
child.terminate()
child.join()
Expand Down

0 comments on commit cd27182

Please sign in to comment.