File tree Expand file tree Collapse file tree
tableauserverclient/server/endpoint Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -679,7 +679,9 @@ def publish(
679679 "TSC_CHUNK_SIZE_MB environment variable to a lower value (current default: 50)."
680680 )
681681 else :
682- err .content = "Timeout error while publishing. Please use asynchronous publishing to avoid timeouts."
682+ err .content = (
683+ "Timeout error while publishing. Please use asynchronous publishing to avoid timeouts."
684+ )
683685 raise err
684686
685687 if as_job :
Original file line number Diff line number Diff line change @@ -985,7 +985,9 @@ def publish(
985985 "TSC_CHUNK_SIZE_MB environment variable to a lower value (current default: 50)."
986986 )
987987 else :
988- err .content = "Timeout error while publishing. Please use asynchronous publishing to avoid timeouts."
988+ err .content = (
989+ "Timeout error while publishing. Please use asynchronous publishing to avoid timeouts."
990+ )
989991 raise err
990992
991993 if as_job :
You can’t perform that action at this time.
0 commit comments