Damien Accorsi 8 년 전
부모
커밋
2ad7efbf92
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tracim/tracim/lib/content.py

+ 1 - 1
tracim/tracim/lib/content.py 파일 보기

222
             result = result.filter(Content.type.in_(self.DISPLAYABLE_CONTENTS))
222
             result = result.filter(Content.type.in_(self.DISPLAYABLE_CONTENTS))
223
 
223
 
224
         if workspace:
224
         if workspace:
225
-            result = result.filter(Content.workspace_id==workspace.workspace_id)
225
+            result = result.filter(Content.workspace_id == workspace.workspace_id)
226
 
226
 
227
         # Security layer: if user provided, filter
227
         # Security layer: if user provided, filter
228
         # with user workspaces privileges
228
         # with user workspaces privileges