Skip to content

Commit

Permalink
fix url closes #183
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh2134 committed Jan 12, 2018
1 parent 4f45e68 commit d99b93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solvebio/cli/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,6 @@ def import_file(args):
if args.follow:
imp.follow()
else:
mesh_url = 'https://my.solvebio.com/jobs/imports/{0}'.format(imp.id)
mesh_url = 'https://my.solvebio.com/activity/'
print("Your import has been submitted, view details at: {0}"
.format(mesh_url))

0 comments on commit d99b93f

Please sign in to comment.