Переглянути джерело

app.py: fix typo - 'artifacts' mistyped as 'atrifacts'

Shiv Tyagi 1 рік тому
батько
коміт
d40d3a6f65
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -808,7 +808,7 @@ def get_deafults(vehicle_name, remote_name, commit_reference, board_name):
     if version_info is None:
         return "Bad request. Commit reference %s is not allowed for builds for the %s for %s remote." % (commit_reference, vehicle_name, remote_name), 400
 
-    artifacts_dir = version_info.get("ap_build_atrifacts_url", None)
+    artifacts_dir = version_info.get("ap_build_artifacts_url", None)
 
     if artifacts_dir is None:
         return "Couldn't find artifacts for requested release/branch/commit on ardupilot server", 404