-
Notifications
You must be signed in to change notification settings - Fork 65
sam fixes #520
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
Merged
Merged
sam fixes #520
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
cchampet
commented
Mar 9, 2016
- sam ls: fixed browses with filename and folders as inputs.
- sam do:
- exit the process if there is an error in the command line
- added 'default' constant to indicate the default value of Choice parameter
- no ambiguity when calling a plugin with the exact id
- fix print of the command line help even if there are arguments to process
- Fist tests of sam command line.
- Fix scripttest on sam tools #173
* Added local class InputToBrowse. * Handle a list of InputToBrowse, to represent an inputPath to browse and its associated filters.
…ice parameter In addition of the different color (yellow) of this parameter (instead of red).
* A starting point of tuttleofx#173 * This is a simple shell script.
27695df to
0477d9a
Compare
0477d9a to
9d11e3b
Compare
* clint * argcomplete
Replace "#!/usr/bin/env python" by "#!/usr/bin/env python3".
ac101cd to
e6b392f
Compare
0ddd737 to
fc19b13
Compare
890bcc9 to
e1205a5
Compare
* Waiting for PR tuttleofx#524 to switch to python3.4. * Currently there is an error with python3.2: "sudo pip3 install clint argcomplete /usr/local/lib/python3.2/dist-packages/pip-8.1.0-py3.2.egg/pip/_vendor/pkg_resources/__init__.py:87: UserWarning: Support for Python 3.0-3.2 has been dropped. Future versions will fail here.".
Test it with "jpegreader/turbojpegreader".
* Before checking the validity of the inputs. * Add tests to check error code returned when we print the command line help.
e1205a5 to
6f72afd
Compare
cchampet
added a commit
that referenced
this pull request
Mar 16, 2016
* sam ls: fixed browses with filename and folders as inputs.
* sam do:
* exit the process if there is an error in the command line
* added 'default' constant to indicate the default value of Choice parameter
* no ambiguity when calling a plugin with the exact id
* fix print of the command line help even if there are arguments to process
* Fist tests of sam command line.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.