Skip to content

Commit

Permalink
Fixup: Set autoGenerated to True
Browse files Browse the repository at this point in the history
The script used in the developer hour doesn't set `autoGenerated` to `True` by default. This commit will be squashed to the previous one after reviewing
  • Loading branch information
xiaoruiDong committed Jun 8, 2021
1 parent 9dce186 commit d83b542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/kinetics/families/Cyclic_Ether_Formation/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

productNum = 2

autoGenerated = False
autoGenerated = True

recipe(actions=[
['BREAK_BOND', '*2', 1, '*3'],
Expand Down

0 comments on commit d83b542

Please sign in to comment.