Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrahimraeyat committed Nov 23, 2021
1 parent 16b5d3d commit 88b0081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion civiltools.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def add_actions(self):
self.action_frame_sections.triggered.connect(self.assign_frame_sections)
self.action_explode_loads.triggered.connect(self.explode_loads)
self.action_distance.triggered.connect(self.get_distance_between_two_points)
self.action_update.triggered.connect(git_updates)
self.action_update.triggered.connect(self.git_updates)
self.action_register.triggered.connect(register)
self.action_help.triggered.connect(help)
self.action_equal_section.triggered.connect(run_section)
Expand Down

0 comments on commit 88b0081

Please sign in to comment.