the editor can't parse the new local plugin command of checkbox trunk
Bug #984724 reported by
Sylvain Pineau
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox Editor |
Fix Released
|
High
|
Unassigned |
Bug Description
Precise trunk main job file (local.txt.in) contains several local plugin based jobs with the following command:
command:
shopt -s extglob
cat $CHECKBOX_
Two problems here:
- the editor is unable to parse multiline command for such plugin to find the cat command.
- glob module can't match file patterns that contains bash extglob such as ?(.in)
Related branches
lp://staging/~javier.collado/checkbox-editor/bug984724
- Sylvain Pineau (community): Approve
-
Diff: 111 lines (+45/-55)1 file modifiedcheckbox_editor/preferences.py (+45/-55)
To post a comment you must log in.
Fix committed in lp:checkbox-editor (rev. 145)