Changeset 7556
- Timestamp:
- 07/14/10 10:43:19 (8 weeks ago)
- Author:
- jmoore
- Message:
-
s/write_text/write_bytes/ for Windows processor.py sha1 check.
original-svn-id: file:///home/svn/omero/branches/Beta4.2@7552 05709c45-44f0-0310-885b-81a1db45b4a6
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r7471
|
r7556
|
|
| 835 | 835 | raise omero.ApiUsageException(\ |
| 836 | 836 | None, None, "Job should have one executable file attached.") |
| 837 | | |
| | 837 | |
| 838 | 838 | sf = self.internal_session() |
| 839 | 839 | if params: |
| … |
… |
|
| 856 | 856 | # client.download(file, str(process.script_path)) |
| 857 | 857 | scriptText = sf.getScriptService().getScriptText(file.id.val) |
| 858 | | process.script_path.write_text(scriptText) |
| | 858 | process.script_path.write_bytes(scriptText) |
| 859 | 859 | |
| 860 | 860 | self.logger.info("Downloaded file: %s" % file.id.val) |
Download in other formats:
1.2.1-PRO © 2008-2009
agile42 all
rights reserved
(this page was served in: 0.108701 sec.)