Bug #1456
cshessobs: self.datapath set to "" after initialisation
Status: | Closed | Start date: | 04/18/2015 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assigned To: | Mayer Michael | % Done: | 100% | |
Category: | - | |||
Target version: | 1.0.0 | |||
Duration: |
Description
While integrating cshessobs
, a small error has slipped in:
In the constructer right after the try
-catch
-statement concerning the environment variable HESSFITS, the protected member self.datapath
is set to ""
again. Therefore, the script cannot find the data.
I propose to remove the line self.datapath=""
(line 56)
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 9 years ago
Agree. Do you implement the change?
#2 Updated by Mayer Michael over 9 years ago
- Status changed from New to Pull request
- Assigned To set to Mayer Michael
- Target version set to 1.0.0
- % Done changed from 0 to 100
Available on 1456-fix-cshessobs-datapath
I fixed one minor issue as well for this commit. Thanks for merging.
#3 Updated by Knödlseder Jürgen over 9 years ago
- Status changed from Pull request to Closed
Merged into devel