Skip to content

Commit

Permalink
that is just a sad typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trolldbois committed Nov 3, 2015
1 parent e0b033a commit 821ba93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haystack/reverse/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def reverse_instances(memory_handler):
ptrgraph = reversers.PointerGraphReverser(memory_handler)
ptrgraph.reverse()

log.info('Analysis results are in ', config.get_cache_folder_name(memory_handler.get_name()))
log.info('Analysis results are in %s', config.get_cache_folder_name(memory_handler.get_name()))
return memory_handler.get_reverse_context()


Expand Down

0 comments on commit 821ba93

Please sign in to comment.