lib/taskjuggler/SheetReceiver.rb in taskjuggler-3.3.0 vs lib/taskjuggler/SheetReceiver.rb in taskjuggler-3.4.0

- old
+ new

@@ -147,10 +147,10 @@ # Isolate the actual syntax from _sheet_ and process it. def processSheet(sheet) begin @sheet = sheet.forceUTF8Encoding rescue - error($!) + error($!.message) end # If the sheet contains special cut markers, we extract only the content # within those markers. @sheet = cutOut(@sheet)