Skip to content

Commit

Permalink
Update sas.py
Browse files Browse the repository at this point in the history
Remove self.close() from flush_hard()
  • Loading branch information
dedalgr authored Mar 4, 2024
1 parent f2f8d9b commit b88cfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sas.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def flush_hard(self):
except Exception as e:
self.log.error(e, exc_info=True)

self.close()
#self.close()

def start(self):
"""Warm Up the connection to the VLT"""
Expand Down

0 comments on commit b88cfda

Please sign in to comment.