From 5ce81b283936c6d444e31999750a0e658a4b1efd Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Wed, 23 Jul 2008 13:30:03 +0000 Subject: [PATCH] gnt-job: Don't treat job IDs as numbers Reviewed-by: iustinp --- scripts/gnt-job | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-job b/scripts/gnt-job index a4341d642..6a82561de 100755 --- a/scripts/gnt-job +++ b/scripts/gnt-job @@ -69,7 +69,7 @@ def ListJobs(opts, args): # we don't have yet unitfields here unitfields = None - numfields = ["id"] + numfields = None # change raw values to nicer strings for row in output: -- GitLab