View Issue Details

IDProjectCategoryView StatusLast Update
0001312DrawingBugpublic2014-03-04 09:59
Reporterparoiron Assigned Towmayer  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformLaptop IntelOSUbuntuOS Version13.04 64bit
Product Version0.12 
Summary0001312: Save sheet doesn't write the file in some directories
DescriptionDrawing module won't write files in directories with a name containing an apostrophe. Considering all OS support the use of apostrophe and most special linguistical characters in directories' and files' names, the module should be able to escape any character of that kind when writing a file.
Steps To Reproduce- open a new drawing
- save the sheet in a directory containing an apostrophe ; for example "/home/user/won't_write/my_sheet.svg"
- the file is not written
- the following report is created :
Exception (date): ('invalid syntax', ('<string>', 1, 61, "OutFile = open('/home/user/won't_write/my_sheet.svg','w')\n"))
Stack Trace: <unknown exception traceback>
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

FreeCAD: master 93674882

2014-03-04 10:38:40

wmayer

Details Diff
+ fixes 0001312: Save sheet doesn't write the file in some directories Affected Issues
0001312
mod - src/Mod/Drawing/Gui/Command.cpp Diff File
mod - src/Mod/Raytracing/Gui/Command.cpp Diff File

Issue History

Date Modified Username Field Change
2013-11-20 15:34 paroiron New Issue
2014-03-04 09:59 wmayer Changeset attached => FreeCAD Master master 93674882
2014-03-04 09:59 wmayer Assigned To => wmayer
2014-03-04 09:59 wmayer Status new => closed
2014-03-04 09:59 wmayer Resolution open => fixed