Ticket #1150 (closed: fixed)
No import of log under Linux
| Reported by: | Nick Draper | Owned by: | Nick Draper |
|---|---|---|---|
| Priority: | major | Milestone: | Iteration 22 |
| Component: | Keywords: | ||
| Cc: | Blocked By: | ||
| Blocking: | Tester: |
Description
Log files not imported under Linux. Looks like a backslash has appeared in the code instaed of forward slash Exemple:
Unable to open file /home/lcc/WISH_data/Instrument/data/cycle_09_4\WISH00003284_ph_chop3_TGT.txt
Change History
Note: See
TracTickets for help on using
tickets.

(In [4040]) fixes #1150 Correct the use of a \ in a path, we should all use / as this is platform generic.