Skip to content

Superfluous new line between key and a long value after to_yaml() #307

Description

@pswiatki

For long values updated in a yaml file it seems that an unexpected new line is added between key and value (after colon):

  devid: xxxxyxyxyx-9eeeee-412ae-8342-2c6436dsrff
  token: 
    v^1.1#i^1#p^3 ...............................XX==  (2500 characters!)

The expected format is

  devid: xxxxyxyxyx-9eeeee-412ae-8342-2c6436dsrff
  token:  v^1.1#i^1#p^3 ...............................XX==

Because of the newline the token is unusable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions