We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14a2cc commit 89d6a79Copy full SHA for 89d6a79
gitlab/mixins.py
@@ -961,10 +961,6 @@ def _get_upload_path(self) -> str:
961
Returns:
962
The upload path
963
"""
964
- if not self._upload_path:
965
- raise exc.GitlabUploadError(
966
- f"No upload path set for {self.__class__.__name__}"
967
- )
968
if TYPE_CHECKING:
969
assert isinstance(self._upload_path, str)
970
data = self.attributes
0 commit comments