Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
undertherain committed Jan 16, 2019
1 parent e795677 commit 9d840c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vecto/benchmarks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_with_args(self, args):
if os.path.isdir(args.path_out) or args.path_out.endswith("/"):
dataset = os.path.basename(os.path.normpath(args.dataset))
timestamp = get_time_str()
name_file_out = os.path.join(args.path_out,
name_file_out = os.path.join(args.path_out,
dataset,
timestamp,
"results.json")
Expand Down

0 comments on commit 9d840c5

Please sign in to comment.