Ticket #4571 (closed: fixed)
MUON: Fix network path in run files.
Reported by: | Robert Whitley | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | critical | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | anders.markvardsen@… | Blocked By: | |
Blocking: | Tester: | Anders Markvardsen |
Description
Currently a long network path can't be entered into muon analysis. The only way to use the network path is to add it to the managed list of directories.
Change this so that it can accept a long network path.
‘
britannic\muontrainingcourse\reference material\Copper\Data\Data from the Course Held Cycle 2010-1’
This could relate to the fact that the path has numbers in and it may want to increment the directory instead of the run number.
Change History
comment:2 Changed 9 years ago by Robert Whitley
Refs #4571. Fix the network path not working.
Also, Fix for file path been split up using '\' instead of '/'
Changeset: 5a28883836c55e3fb430b8cf87786ee0bd8b96b3
comment:3 Changed 9 years ago by Robert Whitley
- Summary changed from MUON: Fix network path being too long. (Could be due to numbers) to MUON: Fix network path in run files.
To tester,
Unfortunately we don't have access to this part of the network.
We do have access to '
musr\data' so use that instead.
comment:4 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Robert Whitley
- Status changed from verify to reopened
- Resolution fixed deleted
comment:6 Changed 9 years ago by Peter Parker
Refs #4571. Reverting change to MWRunFiles.
This allows MWRunFiles to try and find the run(s) upon a change of focus out of the field, as before the changes.
Changeset: 800741b998d40594e6d555ab06c01da3c91e4f50
comment:8 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:9 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:10 Changed 9 years ago by Anders Markvardsen
- Status changed from verifying to closed
Verified in meeting last Tuesday by Muon scientists Steve and Adi
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5418
Looked into it and found another bug. By specifying a directory using '\' instead of '/' when using the next/previous run buttons.
When a user does this there is a fatal error.
Fix this as well.