-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#10923 - Quick fix Epl-run.bat #10932
Conversation
@jmarrec do you want @JasonGlazer to build a new EP-Launch (VB6) version for this? And do we need to modify EP-Launch-3 (Python) to handle this also? If so, this is probably something in the workflows/ here in this repo, unless it's a GUI change. |
I'm just doing a drive-thru fix here. Instead of letting it drag along, at least even without a button to open it up, it will be present in the run directory instead of plain missing. Took me 5min. This is not part of a defect ticket. And yes, someone else should handle the vb6 side, I don't have a compiler handy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is fine as is. We should consider adding to EP Launch and the workflow file for EP Launch 3, but this doesn't need to hold that up. @mjwitte or @JasonGlazer if you want to test this, that's great. If not, this can merge in and we can follow up with the other fixes.
Meh, let's go ahead and get this in. Follow-up to come with updates to workflows, EP Launch GUI, whatever else is needed. |
@jmarrec I think some lines that look like the following should probably be added around line 415 of EPL-run.bat IF EXIST "%epout%Spsz.csv" DEL "%epout%Spsz.csv" This deletes them just in case the user has changed the format of that output. |
Missed some in #10932 cf #10932 (comment)
Missed some in #10932 cf #10932 (comment)
Pull request overview
Description of the purpose of this PR
Pull Request Author
Reviewer