Code review comment for lp:~sambuddhabasu1/mailman/fix_mailman_run_error

Revision history for this message
Barry Warsaw (barry) wrote :

You might be right that sys.executable isn't the right thing to use, but I also don't think sys.path[0] is right either. Try running the test suite with `tox` to see the problems. Maybe using the directory of sys.argv[0] is better?

review: Needs Fixing

« Back to merge proposal