Skip to content

Commit

Permalink
[LIMS] - Get sample change contents when synching queue
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-oscarsson committed Jan 20, 2025
1 parent fddbfb7 commit b837f7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mxcubeweb/core/components/lims.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,7 @@ def get_default_subdir(self, sample_data):

def synch_with_lims(self, lims_name):
self.app.queue.queue_clear()

# session_id is not used, so we can pass None as second argument to
# 'db_connection.get_samples'
self.app.sample_changer.get_sample_list()

samples_info_list = HWR.beamline.lims.get_samples(lims_name)
for sample_info in samples_info_list:
Expand Down

0 comments on commit b837f7a

Please sign in to comment.