Skip to content

Commit

Permalink
altium extension error
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb-dev committed Jan 14, 2025
1 parent dea5354 commit f1e1ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyedb/dotnet/edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def __init__(
if settings.enable_local_log_file and self.log_name:
self._logger.add_file_logger(self.log_name, "Edb")
self.logger.info("EDB %s created correctly.", self.edbpath)
elif ".aedb" in edbpath:
elif ".aedb" in edbpath or ".edb" in edbpath:
self.edbpath = edbpath
if settings.enable_local_log_file and self.log_name:
self._logger.add_file_logger(self.log_name, "Edb")
Expand Down

0 comments on commit f1e1ef6

Please sign in to comment.