naming
This commit is contained in:
+3
-3
@@ -85,10 +85,10 @@ def update_adb(evt):
|
||||
col_id = evt.args["colId"]
|
||||
new_val = evt.args["newValue"]
|
||||
|
||||
index = int(row_id)
|
||||
row_id = int(row_id)
|
||||
lib = adb.get(beamline)
|
||||
df = lib.get_data(pgroup, index)
|
||||
df.at[index, col_id] = new_val
|
||||
df = lib.get_data(pgroup, row_id)
|
||||
df.at[row_id, col_id] = new_val
|
||||
lib.set_data(pgroup, df)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user