Skip to content

Commit

Permalink
expand user path
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Feb 12, 2024
1 parent d80273f commit ffe1034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiversx_sdk_cli/projects/project_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def run_tests(self, args: Any):
command = ["sc-meta", "test"]

if args.path:
command.extend(["--path", str(args.path)])
command.extend(["--path", str(Path(args.path).expanduser())])

if args.go:
command.append("--go")
Expand Down

0 comments on commit ffe1034

Please sign in to comment.