Skip to content

Commit

Permalink
Merge pull request #295 from vshekar/lifetime-fixes
Browse files Browse the repository at this point in the history
Lifetime fixes
  • Loading branch information
JunAishima authored Sep 8, 2023
2 parents 2b429ce + 26d3de0 commit 43ac2f2
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 144 deletions.
4 changes: 2 additions & 2 deletions gui/control_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -2750,9 +2750,9 @@ def spawnRaddoseThread(self):
vecLen = float(self.vecLenLabelOutput.text())
except:
pass
wedge = float(self.osc_end_ledit.text())


try:
wedge = float(self.osc_end_ledit.text())
raddose_thread = RaddoseThread(
parent=self,
beamsizeV=3.0,
Expand Down
Loading

0 comments on commit 43ac2f2

Please sign in to comment.