Opened 7 years ago
Closed 7 years ago
#2837 closed defect (done)
Lost Exception in DataPreprocessing during Import
Reported by: | pfleck | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | DataPreprocessing.Views | Version: | trunk |
Keywords: | Cc: |
Description
The async Import of the DataPreprocessingView is not awaited, therefore a potential exception during the import is lost.
Change History (7)
comment:1 Changed 7 years ago by pfleck
- Owner set to pfleck
- Status changed from new to accepted
comment:2 Changed 7 years ago by pfleck
- Version set to trunk
comment:3 Changed 7 years ago by pfleck
- Owner changed from pfleck to mkommend
- Status changed from accepted to reviewing
comment:4 Changed 7 years ago by mkommend
- Summary changed from Lost Exception in DataPreprpocessing during Import to Lost Exception in DataPreprocessing during Import
comment:5 Changed 7 years ago by mkommend
- Status changed from reviewing to readytorelease
Reviewed r15370.
comment:6 Changed 7 years ago by mkommend
comment:7 Changed 7 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r15370: Added missing await.