Skip to content

Commit 7b9ac9a

Browse files
committed
updated redirected APIs
1 parent 9bc1c09 commit 7b9ac9a

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

module/experiment/module.py

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,14 +2337,7 @@ def replay(i):
23372337

23382338
def rerun(i):
23392339
"""
2340-
Input: { see 'replay'
2341-
}
2342-
2343-
Output: {
2344-
return - return code = 0, if successful
2345-
> 0, if error
2346-
(error) - error text if return > 0
2347-
}
2340+
See "replay" API
23482341
"""
23492342

23502343
return replay(i)
@@ -2354,14 +2347,7 @@ def rerun(i):
23542347

23552348
def reproduce(i):
23562349
"""
2357-
Input: { see 'replay'
2358-
}
2359-
2360-
Output: {
2361-
return - return code = 0, if successful
2362-
> 0, if error
2363-
(error) - error text if return > 0
2364-
}
2350+
See "replay" API
23652351
"""
23662352

23672353
return replay(i)

0 commit comments

Comments
 (0)