Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latest git has broken rtt-fair test #56

Closed
dtaht opened this issue Oct 20, 2015 · 1 comment
Closed

latest git has broken rtt-fair test #56

dtaht opened this issue Oct 20, 2015 · 1 comment

Comments

@dtaht
Copy link
Collaborator

dtaht commented Oct 20, 2015

Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_4319244-py2.7.egg/flent/gui.py", line 530, in load_files
widget.load_results(f)
File "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_4319244-py2.7.egg/flent/gui.py", line 1163, in load_results
self.results = ResultSet.load_file(unicode(results))
File "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_4319244-py2.7.egg/flent/resultset.py", line 412, in load_file
r = cls.load(fp, absolute)
File "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_4319244-py2.7.egg/flent/resultset.py", line 397, in load
obj = cls.unserialise(json.load(fp), absolute, SUFFIX=ext)
File "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_4319244-py2.7.egg/flent/resultset.py", line 346, in unserialise
metadata[t] = parse_date(metadata[t])
File "/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_4319244-py2.7.egg/flent/util.py", line 71, in parse_date
ts = time.mktime(dt.timetuple())
NameError: global name 'time' is not defined

@tohojo
Copy link
Owner

tohojo commented Oct 20, 2015

Dave Täht notifications@github.com writes:

NameError: global name 'time' is not defined

Heh. Not specific to the RTT-fair test; should be fixed now.

-Toke

@tohojo tohojo closed this as completed Oct 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants