-
Notifications
You must be signed in to change notification settings - Fork 411
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
Added commandline arguments to specify window title and path for savefiles #497
Conversation
Wait, what exactly are you doing that you need to check hundreds of fits per day? That's insane!
Protip: Shift+click the delete to bypass the delete confirmation. =D I'll take a look at this later on. Thanks! |
well I fc/fleetcomp for incursions. |
Im intrigued. Why dont you just import the eft format and then delete it afterwards after checking? Do people supply you with their own database? Btw, took a quick look at the pull request, and it looks good. Ill test tonight and merge if no problems. |
takes up to much time to delete the fit after checking in I don't really have more then a few seconds when it is a busy time. |
it might be that the command argument to unicode conversion of the title needs to happen in an other way to handle console specific (os specific) character sets. |
It's probably not much but wouldn't it be better to rename your variable |
xD might be a good idea to rename it to customSavePath yeah |
…ility to savePath
updated from upstream
Added commandline arguments to specify window title and path for savefiles
I personally needed these changes because I use pyfa to check hundreds of fits a day, and having them mixed with my personal fits was a pain! (Deleting even more after that confirmation box was introduced)