keeleysam / instadmg

Automatically exported from code.google.com/p/instadmg
0 stars 0 forks source link

instaUp2Date r320 invalid reference to 'self.catalogFolders' #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run instaUp2Date with multiple catalogs using the "-a" option
2. e.g. instaUp2Date.py -a 10.6_vanilla -a mysubcatalog1 mymaincatalog

What version of InstaDMG are you running? What revision number (this should
be the second line of your package log)?
r320

What OS are you running on (booted from)?
10.6.4

What OS are you installing?
10.6.4

Please provide any additional information below.
It looks like one reference was missed during a code rearrangement, line 664 
reads

                                addOnCatalogFiles.append(instaUpToDate.getCatalogFullPath(thisCatalogFile, self.catalogFolders))

But should read

                                addOnCatalogFiles.append(instaUpToDate.getCatalogFullPath(thisCatalogFile, options.catalogFolders))

Original issue reported on code.google.com by brent...@gmail.com on 26 Jul 2010 at 4:38

GoogleCodeExporter commented 9 years ago
Thanks for the report, you are correct, and I have made the change. It will go 
in to svn tonight once my test-run completes (in progress now), along with a 
lot of other . So the correction should be in rev322.

Original comment by kuehn.k...@gmail.com on 28 Jul 2010 at 3:20