Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Jan 29, 2024
1 parent 31f2604 commit fd78330
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@ def _export_prank_weir(self):
logger.info("done")
self.abwasser_session.flush()

def _export_oferflow_char(self):
def _export_overflow_char(self):
query = self.tww_session.query(self.model_classes_tww_od.control_center)
if self.filtered:
query = query.filter(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ def get_vl_instance(self, vl_table, value_de):
return instance

def get_vl_code(self, vl_table, value_de):
if value_de is None:
return None

instance = self.get_vl_instance(vl_table, value_de)
if instance is None:
return None
Expand Down

0 comments on commit fd78330

Please sign in to comment.