Ticket #5179 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

ScriptWindow broken on the Mac

Reported by: Martyn Gigg Owned by: Martyn Gigg
Priority: blocker Milestone: Release 2.1
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Russell Taylor

Description

To reproduce:

  • Open up the script window
  • Type print 'test'
  • Execute all will produce a syntax error

Change History

comment:1 Changed 8 years ago by Martyn Gigg

This is because of the \r line endings on the Mac

comment:2 Changed 8 years ago by Martyn Gigg

Convert Mac/Windows line endings to Unix style. Refs #5179

Python hates anything other than Unix style line endings in embedded mode.

Changeset: 41ca3a3a4da151101d1d4fdccb3dcad4a2dc9c23

comment:3 Changed 8 years ago by Martyn Gigg

  • Status changed from new to accepted

comment:4 Changed 8 years ago by Martyn Gigg

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:5 Changed 8 years ago by Russell Taylor

  • Status changed from verify to verifying
  • Tester set to Russell Taylor

comment:6 Changed 8 years ago by Russell Taylor

  • Status changed from verifying to closed

Checked in 2.0.2345-g1a0f8f5

comment:7 Changed 8 years ago by Martyn Gigg

Convert Mac/Windows line endings to Unix style. Refs #5179

Python hates anything other than Unix style line endings in embedded mode.

Changeset: 41ca3a3a4da151101d1d4fdccb3dcad4a2dc9c23

comment:8 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6025

Note: See TracTickets for help on using tickets.