Skip to content

Commit 662e7d4

Browse files
committed
Linter and docs
1 parent 4a5bb43 commit 662e7d4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

academy/views.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,9 @@ def get_docker_universe_data(fal, request):
428428
"""
429429
name = request.GET.get("universe")
430430
project_id = request.GET.get("project")
431-
project = Exercise.objects.prefetch_related("tools", "universes").get(exercise_id=project_id)
431+
project = Exercise.objects.prefetch_related("tools", "universes").get(
432+
exercise_id=project_id
433+
)
432434

433435
tools = []
434436
tools_config = {}

docs/exercise-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
| Basic Vacuum Cleaner | ok | ok | ok | ok | [Link][vid_basic_vacuum] | ok | ok | FSM |
88
| Follow Line | ok | ok | ok | ok | [Link][vid_follow_line] | ok | ok | PID control |
99
| Obstacle Avoidance | ok | ok | ok | | [Link][vid_obstacle] | ok | ok | VFF |
10-
| Global navigation | ok | ok | | | [Link][vid_global_nav] | ok | ok | GPP |
10+
| Global navigation | ok | ok | ok | | [Link][vid_global_nav] | ok | ok | GPP |
1111
| Laser Gridmap mapping | ok | ok | | | [Link][vid_laser_mapping] | | ok | |
1212
| MonteCarlo Laser Loc | ok | ok | | | - | ok | ok | AMCL |
1313
| MonteCarlo Visual Loc | ok | ok | | | - | ok | ok | AMCL |

0 commit comments

Comments
 (0)