Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
damoore044 committed Oct 23, 2024
1 parent 26654a1 commit 4fa4671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion airgun/entities/contentview_new.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ def search(self, value):
self.browser.plugin.ensure_page_safe(timeout='5s')
view.wait_displayed()
if not view.table.is_displayed:
return None # no table present, no CVs in this org
# no table present, no CVs in this Org
return None
return view.search(value)

def publish(self, entity_name, values=None, promote=False, lce=None):
Expand Down

0 comments on commit 4fa4671

Please sign in to comment.