#682: Fix aliases in instant mode
This commit is contained in:
@@ -2,8 +2,8 @@ from ..conf import settings
|
||||
from . import read_log, rerun
|
||||
|
||||
|
||||
def get_output(script):
|
||||
def get_output(script, expanded):
|
||||
if settings.instant_mode:
|
||||
return read_log.get_output(script)
|
||||
return read_log.get_output(script, expanded)
|
||||
else:
|
||||
return rerun.get_output(script)
|
||||
return rerun.get_output(script, expanded)
|
||||
|
||||
Reference in New Issue
Block a user