You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schematic/store/synapse.py
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -420,9 +420,7 @@ def query_fileview(
420
420
f"The columns {missing_column} specified in the query do not exist in the fileview. Please make sure that the column names are correct and that all expected columns have been added to the fileview."
421
421
)
422
422
elif"The column size needs to be at least"inexception_text:
423
-
raiseValueError(
424
-
f"Error in the fileview schema. "+exception_text
425
-
)
423
+
raiseValueError(f"Error in the fileview schema. "+exception_text)
0 commit comments