Skip to content

Commit

Permalink
Merge pull request #1027 from lnls-sirius/fix-ps
Browse files Browse the repository at this point in the history
Fix bug left in PS IOC
  • Loading branch information
anacso17 authored Sep 19, 2023
2 parents c7468bc + bbd8189 commit df004a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.83.0
2.83.1
2 changes: 1 addition & 1 deletion siriuspy/siriuspy/pwrsupply/csdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -3145,7 +3145,7 @@ def _insert_strengths(database, pstype):
del database['KLRef-Mon']
if 'SLRef-Mon' in database:
del database['SLRef-Mon']
elif '-fc' in pstype:
elif '-fc' in pstype and 'ffc' not in pstype:
database['KickAcc-Mon'] = {
'type': 'float', 'value': 0.0, 'prec': prec_kick, 'unit': 'urad'}

Expand Down

0 comments on commit df004a2

Please sign in to comment.