mirror of
https://github.com/oDinZu/callirhoe.git
synced 2025-02-23 00:02:16 -05:00
There were more than one mistakes.
The second were that I tried to insert data to a dict that were never created. git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@198 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df
This commit is contained in:
parent
e1aad0b221
commit
e1ed041a19
@ -8,6 +8,7 @@ for x in ['lang', 'style', 'layouts', 'geom']:
|
||||
|
||||
out = open('resources.py', 'w')
|
||||
|
||||
out.write('resource_list = {}')
|
||||
for x in res.keys():
|
||||
out.write('resource_list["%s"] = %s\n' % (x, str(res[x])))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user