Skip to content

Commit

Permalink
fix: hooked listview typo (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
robproject committed Jun 27, 2024
1 parent 58d0901 commit b712f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beam/beam/scan/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get_scan_doctypes():
[listview_doctypes.add(value) for value in values.keys()]

if hooked_listview:
for key, values in hooked_frm.items():
for key, values in hooked_listview.items():
scannable_doctypes.add(key)
[listview_doctypes.add(value) for value in values.keys()]

Expand Down

0 comments on commit b712f9e

Please sign in to comment.