Skip to content

Commit

Permalink
Fxies #20 - print executable in interactive mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sean797 committed May 8, 2017
1 parent bb952e0 commit 75885e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tracer/views/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def render(self):
self.print(" Package: {pkg_name}" .format(pkg_name=self.args.package.name))
self.print(" Description: {pkg_description}" .format(pkg_description=self.args.package.description))
self.print(" Type: {type}" .format(type=self.args.application.type.capitalize()))
self.print(" Executable: {executable}" .format(executable=self.args.application.affected_instances[0].exe))
else:
self.print(" Package: {app_name} is not provided by any package"
.format(app_name=self.args.application.name))
Expand Down

0 comments on commit 75885e7

Please sign in to comment.