Skip to content

Commit

Permalink
host: info: fit a missing trailing slash in path names
Browse files Browse the repository at this point in the history
  • Loading branch information
ktemkin committed Nov 19, 2019
1 parent 4097437 commit dbbf735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/greatfet/commands/greatfet_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def print_apis(device):
def print_host_info():
print("Host tools info:")

command_path = os.path.dirname(__file__)[1:]
command_path = os.path.dirname(__file__)
module_path = os.path.dirname(command_path)


Expand Down

0 comments on commit dbbf735

Please sign in to comment.