Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
c04153a3
Commit
c04153a3
authored
Jan 27, 2015
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ExperimentIndex returns a string, not a number.
parent
7a07142a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xmlrpc/emulabserver.py.in
xmlrpc/emulabserver.py.in
+2
-2
No files found.
xmlrpc/emulabserver.py.in
View file @
c04153a3
#! /usr/bin/env python
#
# Copyright (c) 2004-201
4
University of Utah and the Flux Group.
# Copyright (c) 2004-201
5
University of Utah and the Flux Group.
#
# {{{EMULAB-LICENSE
#
...
...
@@ -3286,7 +3286,7 @@ class experiment:
if
value
>
0
:
DBQueryFatal
(
"INSERT INTO eventlist SET "
"exptidx=%
d
,pid=%s,eid=%s,objecttype=3,"
"exptidx=%
s
,pid=%s,eid=%s,objecttype=3,"
"eventtype=1,arguments=%s"
+
tl_insert
,
(
exptidx
,
argdict
[
"proj"
],
argdict
[
"exp"
],
value
))
pass
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment