You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msg=f"{dev_rec_lbl} were found in the specified import paths, but could not be imported as they are already part of sessions in this gazeMapper project."
552
-
more="Duplicates that were not imported:\n"+('\n'.join([str(r.source_directory) forrindup_recs]))
552
+
more="Duplicates that were not imported:\n"+('\n'.join([str(r.get_source_directory()) forrindup_recs]))
553
553
else:
554
554
msg=f"No {dev_rec_lbl} were found among the specified import paths."
555
555
more=None
@@ -566,7 +566,7 @@ def prepping_recs_popup():
566
566
def_recording_context_menu(iid: int) ->bool:
567
567
nonlocalselected_slot
568
568
ifimgui.selectable(ifa6.ICON_FA_FOLDER_OPEN+f" Open folder##{iid}", False)[0]:
0 commit comments