Skip to content

Commit

Permalink
Spread out long comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
tofu-rocketry committed Aug 21, 2024
1 parent d2f2e92 commit f2f38f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apel/db/records/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def __init__(self):
self._datetime_fields = []
# The dictionary into which all the information goes
self._record_content = {}
# These fields need special handling as they should never insert Null into the database
# These fields need special handling as they shouldn't be inserted as
# Null into the database
self._fqan_fields = ["VO", "VOGroup", "VORole"]

def set_all(self, fielddict):
Expand Down

0 comments on commit f2f38f0

Please sign in to comment.