Fix build error
This commit is contained in:
@@ -28,10 +28,10 @@ def set_backdrop(name: str, cs: ChangeSet) -> ChangeSet:
|
||||
|
||||
def inp_in_backdrop(section: list[str]) -> str:
|
||||
if section == []:
|
||||
return ''
|
||||
return str('')
|
||||
|
||||
content = '\n'.join(section)
|
||||
return f"update backdrop set content = '{content}';"
|
||||
return str(f"update backdrop set content = '{content}';")
|
||||
|
||||
|
||||
def inp_out_backdrop(name: str) -> list[str]:
|
||||
|
||||
Reference in New Issue
Block a user