Skip to content

Commit

Permalink
Merge branch 'develop' into sdk-datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max authored Jul 18, 2023
2 parents 7cda958 + bf3e31d commit 415233a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
/components/ @azhavoro

# Component: Tests
/tests/ @yasakova-anastasia
/tests/ @kirill-sizov

# Component: Serverless functions
/serverless/ @yasakova-anastasia
/serverless/ @kirill-sizov

# Infrastructure
Dockerfile* @azhavoro
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hadolint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Run checks
env:
HADOLINT: "${{ github.workspace }}/hadolint"
HADOLINT_VER: "2.1.0"
HADOLINT_VER: "2.12.0"
VERIFICATION_LEVEL: "error"
run: |
CHANGED_FILES="${{steps.files.outputs.all_changed_files}}"
Expand Down
2 changes: 1 addition & 1 deletion cvat/apps/engine/backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def _write_data(self, zip_object, target_dir=None):
target_dir=target_data_dir,
)
else:
raise NotImplementedError()
raise NotImplementedError("We don't currently support backing up tasks with data from cloud storage")

def _write_task(self, zip_object, target_dir=None):
task_dir = self._db_task.get_dirname()
Expand Down

0 comments on commit 415233a

Please sign in to comment.