Actions
Bug #5185
openQuickstack override flag doesn't exist
Status:
In Code Review
Priority:
Normal
Assignee:
Carl Negro
Category:
-
Target version:
-
Start date:
08/31/2017
Due date:
% Done:
0%
Estimated time:
Affected Version:
Appion/Leginon 3.2
Show in known bugs:
No
Workaround:
Description
The --override flag exists in the quickstack webform, but not in appion/bin/quickstack.py. Neil, do you have any changes to merge to the trunk?
Updated by Neil Voss about 7 years ago
- Status changed from New to In Code Review
- Assignee changed from Neil Voss to Carl Negro
Hi Carl, From what I can tell by reading the code, python quickStack does not check the validity of the box sizes. Only the PHP code checks the boxsize, so I removed the commandline flag in commit commit:cd95b9e0
I am not setup for testing right now, so could you give it a try.
Updated by Anchi Cheng about 7 years ago
I think the issue is that inc/forms registers each option in the form with an option in the python code. Python code will still complain that --override is not an option.
Actions