commit | f80f2c8661891cd700f9ac771695db09f0d005c8 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Mon Nov 18 13:42:48 2013 -0800 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Mon Nov 18 13:42:48 2013 -0800 |
tree | 4241a7aaf2d80c39a77067c639bc1c05ba488b5a | |
parent | bad1845e3438310a66a26655b5b2a9fbb113f238 [diff] | |
parent | 2b50bbd8adbbaf12e9b0278bef4ff85ea562621f [diff] |
Merge branch 'master' of github.com:floodlight/loxigen
diff --git a/wireshark_gen/__init__.py b/wireshark_gen/__init__.py index ee63a22..5c02e06 100644 --- a/wireshark_gen/__init__.py +++ b/wireshark_gen/__init__.py
@@ -117,5 +117,5 @@ 'fields': create_fields(), } - with template_utils.open_output(install_dir, 'openflow.lua') as out: + with template_utils.open_output(install_dir, 'wireshark/openflow.lua') as out: template_utils.render_template(out, "openflow.lua", [templates_dir], context)