Skip to content

Commit

Permalink
fixing bug with edbpath provided
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenb-dev committed Jul 16, 2024
1 parent bb8d208 commit 69851b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pyedb/dotnet/edb.py
Original file line number Diff line number Diff line change
Expand Up @@ -4318,8 +4318,6 @@ def _apply_variable(orig_name, orig_value):
self.close_edb()
self.edbpath = edb_original_path
self.open_edb()
# elif open_aedb_at_end and self.edbpath != edb_original_path:
# self.save()
return parameters

def _clean_string_for_variable_name(self, variable_name):
Expand Down

0 comments on commit 69851b0

Please sign in to comment.