Loading lib/galaxy/files/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -476,4 +476,4 @@ class DictFileSourcesUserContext(FileSourcesUserContext, FileSourceDictifiable): @property def anonymous(self) -> bool: return bool(self._kwd.get("username")) return not bool(self._kwd.get("username")) Loading
lib/galaxy/files/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -476,4 +476,4 @@ class DictFileSourcesUserContext(FileSourcesUserContext, FileSourceDictifiable): @property def anonymous(self) -> bool: return bool(self._kwd.get("username")) return not bool(self._kwd.get("username"))