diff options
-rw-r--r-- | librelogo/source/LibreLogo/LibreLogo.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py index df5bdc054a83..542495dd07d9 100644 --- a/librelogo/source/LibreLogo/LibreLogo.py +++ b/librelogo/source/LibreLogo/LibreLogo.py @@ -620,6 +620,8 @@ def home(arg=None): __removeshape__(__ACTUAL__) def clearscreen(arg=None): + if __thread__: + return None __getdocument__() turtle = __getshape__(__TURTLE__) if not turtle: |