01-29-2020, 03:48 PM
Hi All,
Just wanted to share an error I am getting when switching over to the File Browser layout in the table/view panel. I also get the same error when I call the class directly into a widget. The error only happens when there are shapshots to display. It was working about a week ago and I did pull from the latest 4.7 code.
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 429, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/tactic/ui/widget/file_browser_wdg.py", line 1189, in get_display
self.handle_paths(self.paths, base_dir, inner, depth=depth, all_open=all_open, open_depth=open_depth)
File "/opt/tactic/tactic/src/tactic/ui/widget/file_browser_wdg.py", line 1319, in handle_paths
dir_item_div = self.handler._get_dir_item(dirname, basename, is_open=xis_open)
File "/opt/tactic/tactic/src/tactic/ui/widget/file_browser_wdg.py", line 620, in _get_dir_item
self.add_dir_behaviors(div, dir, item)
File "/opt/tactic/tactic/src/tactic/ui/tools/repo_browser_wdg.py", line 2700, in add_dir_behaviors
search_type = search_types[search_types.keys()[0]]
thanks!
-Dan
Just wanted to share an error I am getting when switching over to the File Browser layout in the table/view panel. I also get the same error when I call the class directly into a widget. The error only happens when there are shapshots to display. It was working about a week ago and I did pull from the latest 4.7 code.
File "/opt/tactic/tactic/src/pyasm/web/widget.py", line 429, in explicit_display
child = self.get_display()
File "/opt/tactic/tactic/src/tactic/ui/widget/file_browser_wdg.py", line 1189, in get_display
self.handle_paths(self.paths, base_dir, inner, depth=depth, all_open=all_open, open_depth=open_depth)
File "/opt/tactic/tactic/src/tactic/ui/widget/file_browser_wdg.py", line 1319, in handle_paths
dir_item_div = self.handler._get_dir_item(dirname, basename, is_open=xis_open)
File "/opt/tactic/tactic/src/tactic/ui/widget/file_browser_wdg.py", line 620, in _get_dir_item
self.add_dir_behaviors(div, dir, item)
File "/opt/tactic/tactic/src/tactic/ui/tools/repo_browser_wdg.py", line 2700, in add_dir_behaviors
search_type = search_types[search_types.keys()[0]]
thanks!
-Dan