mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
Apply suggestions
This commit is contained in:
@@ -490,6 +490,7 @@ class Service(Base):
|
||||
returns `False` otherwise.
|
||||
"""
|
||||
if self._check_data_only_column(column_name):
|
||||
print('NOT ForeignKey', column_name)
|
||||
setattr(self, column_name, value)
|
||||
return True
|
||||
else:
|
||||
|
Reference in New Issue
Block a user