mirror of
https://github.com/karma-riuk/crab-webapp.git
synced 2025-07-05 14:18:12 +02:00
fixed slight bug
This commit is contained in:
@ -120,6 +120,7 @@ def evaluate_refinement(
|
|||||||
)
|
)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
results[id] = {}
|
||||||
try:
|
try:
|
||||||
build_handler.inject_changes(changes)
|
build_handler.inject_changes(changes)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
@ -134,7 +135,6 @@ def evaluate_refinement(
|
|||||||
current_progress += 1
|
current_progress += 1
|
||||||
percent_cb(current_progress / total_number_of_steps * 100)
|
percent_cb(current_progress / total_number_of_steps * 100)
|
||||||
|
|
||||||
results[id] = {}
|
|
||||||
with build_handler:
|
with build_handler:
|
||||||
steps = [
|
steps = [
|
||||||
("compilation", build_handler.compile_repo),
|
("compilation", build_handler.compile_repo),
|
||||||
|
Reference in New Issue
Block a user