Skip to content

Commit b04a6aa

Browse files
authored
Merge pull request #444 from JdeRobot/remove-newmanager
Remove newmanager name
2 parents 0c4cd5e + b26e816 commit b04a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Launchers/rescue_people/launch.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DRI_NAME = os.environ.get("DRI_NAME")
1111
DRI_PATH = os.path.join("/dev/dri", DRI_NAME) if DRI_NAME else None
1212

13-
EXERCISE = "rescue_people_newmanager"
13+
EXERCISE = "rescue_people"
1414
TIMEOUT = 30
1515
MAX_ATTEMPT = 2
1616

0 commit comments

Comments
 (0)