Get the cmdline instmod value in finish_install.py
modified: interface/ri_oper.py modified: operation/finish_install.py
This commit is contained in:
@@ -87,7 +87,6 @@ class Operation:
|
||||
process.stdin.close()
|
||||
while True:
|
||||
line = process.stdout.readline()
|
||||
print line
|
||||
if not line:
|
||||
break
|
||||
if line[0] == '@' and self.current_step < self.steps:
|
||||
|
||||
Reference in New Issue
Block a user