Skip to content

Commit 9a54f4c

Browse files
committed
correct object ref
1 parent ed57c71 commit 9a54f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightbeam/lightbeam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def meets_process_criteria(self, tuple):
143143
)
144144

145145
def _confirm_delete_op(self, endpoints, verbiage):
146-
if self.lightbeam.config.get("force_delete", False):
146+
if self.config.get("force_delete", False):
147147
return
148148

149149
endpoint_list = "\n\t".join(endpoints)

0 commit comments

Comments
 (0)