Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Remove non-ascii characters from cgp-setup.sh #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jos-
Copy link

@jos- jos- commented Dec 15, 2020

Running the cgp-setup.sh script results in an error because of the (invisible) <200b> characters on line 168. The error is:

*** GCP PubSub: Create test subscription to telemetry topic ***
ERROR: gcloud crashed (UnicodeEncodeError): 'utf-8' codec can't encode characters in position 1-2: surrogates not allowed

This pull request fixes the error.

Running the `cgp-setup.sh` script results in an error because of the (invisible) `<200b>` characters on line 168. The error is:

```
*** GCP PubSub: Create test subscription to telemetry topic ***
ERROR: gcloud crashed (UnicodeEncodeError): 'utf-8' codec can't encode characters in position 1-2: surrogates not allowed
```

This pull request fixes the error.
@jos- jos- requested a review from tmigone as a code owner December 15, 2020 11:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant