Skip to content

Commit

Permalink
Update src/pyedb/configuration/cfg_ports_sources.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxJPRey authored Dec 26, 2024
1 parent 327a5d5 commit f87e738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/configuration/cfg_ports_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def _create_terminals(self):
terminal_name: self._pedb.components.instances[self.reference_designator].pins[neg_value]
}
else:
raise Exception(f"Wrong negative terminal type {neg_type}")
raise Exception(f"Wrong negative terminal type {neg_type}.")
self.neg_terminal = [
j.create_terminal(i) if not j.terminal else j.terminal for i, j in neg_obj.items()
][0]
Expand Down

0 comments on commit f87e738

Please sign in to comment.