Abzac / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Fix NameError in src/tools/pmDist.py #158

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ cd src/tools/
$ ./pmDist.py 0F
Building package for release 0F ...
Traceback (most recent call last):
  File "./pmDist.py", line 43, in <module>
    cwd = tempdir)
NameError: name 'tempdir' is not defined

Original issue reported on code.google.com by dwhall...@gmail.com on 18 Oct 2010 at 4:27

GoogleCodeExporter commented 9 years ago
This error was discovered when creating release 09.  This fix worked when 
creating the release.  This fix cannot be tested without creating junk in the 
repository; so I will trust that it works.

Original comment by dwhall...@gmail.com on 18 Oct 2010 at 4:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dwhall...@gmail.com on 22 Oct 2010 at 3:27

GoogleCodeExporter commented 9 years ago
No testing performed.  This script is out-of-date since the migration to the 
mercurial repository.

Original comment by dwhall...@gmail.com on 23 Oct 2010 at 8:04

GoogleCodeExporter commented 9 years ago
This issue was closed by revision dee7c495b2.

Original comment by dwhall...@gmail.com on 23 Oct 2010 at 8:07