You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Regarding the change to `content_exists`, we only support tools that
are directories full of files, there is no such thing as a tool that
is just a single file and not a directory.
# This tool does not contain downloadable elements, so it is installed by default.
1814
1808
returnTrue
1815
1809
1816
-
content_exists=os.path.exists(self.installation_path()) and (os.path.isfile(self.installation_path()) ornum_files_in_directory(self.installation_path()) >0)
0 commit comments