[Kicad-developers] [PATCH] Fix 1485352: proejct_rescue invalid library file for projects with space in name

2015-08-17 Thread Chris Pavlina
Hi, project_rescue creates invalid library files for projects with whitespace in the name (I mistakenly thought that these would be escaped on export). Here's a patch to find and replace whitespace. -- Chris commit 66f634e13576ac682ae20c2d90851ad18aba030b Author: Chris Pavlina Date: Mon Aug

Re: [Kicad-developers] [PATCH] Fix 1485352: proejct_rescue invalid library file for projects with space in name

2015-08-17 Thread Wayne Stambaugh
Please check your curly bracket formatting. On 8/17/2015 4:52 PM, Chris Pavlina wrote: > Hi, > > project_rescue creates invalid library files for projects with > whitespace in the name (I mistakenly thought that these would be escaped > on export). Here's a patch to find and replace whitespace

Re: [Kicad-developers] [PATCH] Fix 1485352: proejct_rescue invalid library file for projects with space in name

2015-08-17 Thread Chris Pavlina
Crap. Been working on other projects lately. Here you go On Mon, Aug 17, 2015 at 04:54:30PM -0400, Wayne Stambaugh wrote: > Please check your curly bracket formatting. > > > On 8/17/2015 4:52 PM, Chris Pavlina wrote: > > Hi, > > > > project_rescue creates invalid library files for projects wit

Re: [Kicad-developers] [PATCH] Fix 1485352: proejct_rescue invalid library file for projects with space in name

2015-08-17 Thread Wayne Stambaugh
Patch committed in r6098. Thanks. On 8/17/2015 4:56 PM, Chris Pavlina wrote: > Crap. Been working on other projects lately. Here you go > > > On Mon, Aug 17, 2015 at 04:54:30PM -0400, Wayne Stambaugh wrote: >> Please check your curly bracket formatting. >> >> >> On 8/17/2015 4:52 PM, Chris Pavl