Add support for Python3.11
This commit is contained in:
parent
c62bda9d77
commit
544638bf42
9 changed files with 30 additions and 28 deletions
|
|
@ -3460,7 +3460,7 @@ class CmdScripts(COMMAND_DEFAULT_CLASS):
|
|||
|
||||
if not scripts:
|
||||
scripts = ScriptDB.objects.filter(db_obj=obj).exclude(
|
||||
db_typeclass_paths__in=self.hide_script_paths
|
||||
db_typeclass_path__in=self.hide_script_paths
|
||||
)
|
||||
|
||||
if scripts.count() > 1:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue