Skip to content
Snippets Groups Projects

feature Branch. Small error correction in demarkation parsing.

Merged Andrey Samartsev requested to merge TempBranch into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
146 146 sline = sline.replace("', '", " "*(17 if caltype else 0), 1)
147 147 sline = sline[::-1].replace("'", "", 1)[::-1]
148 148 sline = sline.replace(" ,", " ")
149 if sline[0] == ",":
149 if len(sline)>1 and sline[0] == ",":
  • Minor comment, otherwise ready to go.

    Thanks!

  • added 1 commit

    Compare with previous version

  • merged

  • Steffen Hauf mentioned in commit 68fd84d3

    mentioned in commit 68fd84d3

  • Please register or sign in to reply
    Loading