The point of this exception class is to be able to create
	an error class that automatically combines keyword arguments
	given to the exception instance.
Details
Details
- Reviewers
- koobs 
- Commits
- rP408600: New port devel/py-delfick_error:
Diff Detail
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
- Lint Not Applicable 
- Unit
- Tests Not Applicable 
Event Timeline
Comment Actions
Inline suggestion to use direct test invocation (rather than through script)
Otherwise LGTM.
| devel/py-delfick_error/Makefile | ||
|---|---|---|
| 43 โ | (On Diff #13145) | Prefer to invoke tests directly We'll be providing python.mk framework variables for this soon, so it will assist in the conversion process Same ordered do-test recommended as the previous review Your call if you want to change this or not, but highly desirable. | 
Comment Actions
been on front of this screen for most of the last 20 hours ... ZZZ ...
| devel/py-delfick_error/Makefile | ||
|---|---|---|
| 43 โ | (On Diff #13145) | cd /wrkdirs/usr/ports/devel/py-delfick_error/work/delfick_error-6761e6c && /usr/local/bin/python2.7 test.sh File "test.sh", line 2
  nosetests --with-noy $@
                 ^SyntaxError: invalid syntax |