improved scratch space

This commit is contained in:
2023-01-20 23:00:14 +08:00
parent 540672cdc4
commit e588e4b0dc
7 changed files with 27 additions and 19 deletions
+1 -1
View File
@@ -157,4 +157,4 @@ def get_innermost(sl):
elif sl and type(sl) is list:
return get_innermost(sl[0])
else:
return sl
return sl