Skip to content

Commit

Permalink
Removed limitation
Browse files Browse the repository at this point in the history
#1951 changes how arguments are passed from the API server to the Python service. This now allows for multi-line comment support.
  • Loading branch information
ajchili committed Aug 27, 2019
1 parent 47a6674 commit d13b37a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions backend/src/apiserver/visualization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,4 @@ within your cluster.
grpc.WithDefaultCallOptions(grpc.MaxCallRecvMsgSize(maxCallRecvMsgSize)),
grpc.WithInsecure(),
}
```
* Visualizations cannot include multiline comments.
* Due to how Python visualization code is escaped within network requests,
multiline comments such as `""" comment """` and `''' comment '''` are not
supported within custom visualizations.
```

0 comments on commit d13b37a

Please sign in to comment.