Skip to content

Commit

Permalink
Converting output_path to an absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Mar 8, 2016
1 parent 0d8c3a0 commit 7fab9f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vunit/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def __init__(self, # pylint: disable=too-many-locals, too-many-arguments

self._configure_logging(log_level)

self._output_path = output_path
self._output_path = abspath(output_path)

if no_color:
self._printer = NO_COLOR_PRINTER
Expand Down

0 comments on commit 7fab9f3

Please sign in to comment.