Добавил отладочный вывод при нераспознаном шаге (команде)
This commit is contained in:
parent
8cd7c6557c
commit
f3b2e324e2
|
|
@ -29,4 +29,5 @@ class StepsRunner:
|
|||
cmd = self.removeProjectBuilder.getCommandFor(line)
|
||||
cmd.execute()
|
||||
else:
|
||||
raise Exception('unrecognised step')
|
||||
msg = "unrecognised step. Line: '{0}'".format(line)
|
||||
raise Exception(msg)
|
||||
Loading…
Reference in New Issue