Skip to content

Commit

Permalink
Fix name conflict between visible/invisible operators in Macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Maumagnaguagno committed Sep 28, 2023
1 parent 9d7dc6e commit a59f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/Macro.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def add_macro_to_subtasks(operators, macro, new_subtasks, counter, clear_ops, de
param = subtask.drop(1)
clear_ops[op] = nil
# Header
(name ? name << '_and_' : name = 'invisible_macro_') << op.first.delete_prefix('invisible')
(name ? name << '_and_' : name = 'invisible_macro_') << op.first
parameters.concat(param)
variables = op[1]
# Preconditions
Expand Down

0 comments on commit a59f66f

Please sign in to comment.