Skip to content

Commit

Permalink
Fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-rossrobotics committed Jun 5, 2024
1 parent efc4937 commit 13cef6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ros_glint/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def __call__(self, parser, args, values, option_string=None):
if preview_changes(package, name, fne, len(pkgs) > 1):
if click.confirm('Would you like to make this change?'):
fne(package)
package.write()
package.save()
print('')

except click.Abort:
Expand Down

0 comments on commit 13cef6d

Please sign in to comment.