PMXBOT Log file Viewer

Help | Karma | Search:

#dcpython logs for Friday the 2nd of March, 2012

(Back to #dcpython overview) (Back to channel listing) (Animate logs)
[00:28:40] <jaraco> !restart really
[00:28:50] <jaraco> !excuse
[00:28:59] <jaraco> !help excuse
[00:28:59] <pmxbot> command not found
[00:37:13] <aclark> jaraco: me2! I'll be there 9-11 :-)
[00:37:23] <jaraco> awesome!
[00:37:27] <aclark> jaraco: in particular on startup row on sat
[00:37:43] <jaraco> oh, I saw that. congrats.
[00:37:52] <jaraco> !m pythonpackages.org
[00:37:52] <pmxbot> you're doing good work, pythonpackages.org!
[00:38:10] <jaraco> I mean pythonpackages.com
[00:38:15] <aclark> hah
[00:38:20] <aclark> thanks
[00:38:22] <jaraco> !k pythonpackages.org == pythonpackages.com
[00:38:22] <pmxbot> Zoiks! An error occurred: u'pythonpackages.com'
[00:38:22] <pmxbot> !k Return or change the karma value for some(one|thing)
[00:38:33] <jaraco> !m pythonpackages.com
[00:38:33] <pmxbot> you're doing good work, pythonpackages.com!
[00:38:41] <jaraco> !k pythonpackages.com == pythonpackages.org
[00:38:41] <pmxbot> pythonpackages.com and pythonpackages.org are now linked and have a score of 2
[00:39:33] <aclark> clever
[00:51:12] <jaraco> aclark: can i restart supervisord?
[00:51:17] <jaraco> on dcpython.org?
[00:51:27] <jaraco> It'll probably restart the plone instance (up 113 days.
[00:51:37] <aclark> jaraco: sure
[00:51:57] <jaraco> The pmxbot extensions aren't loading, and it's giving me a strange error (file not found when os.getcwd())
[00:54:20] <jaraco> !excuse
[00:54:20] <pmxbot> The MGs ran out of gas.
[00:54:53] <aclark> hahahah
[00:54:54] <aclark> !ex
[00:54:59] <aclark> !excuse
[00:54:59] <pmxbot> Evil dogs hypnotised the night shift
[00:55:05] <aclark> !exc
[00:55:12] <aclark> !excu
[00:55:14] <jaraco> !help excuse
[00:55:14] <pmxbot> !excuse: Provide a convenient excuse
[00:55:18] <aclark> !excuse
[00:55:18] <pmxbot> There isn't any problem
[00:55:22] <jaraco> ha!
[00:55:43] <jaraco> pmxbot doesn't automatically shorten commands, but has aliases for short versions of some commands.
[00:56:04] <jaraco> That was weird. I'm guessing when supervisord was started, it was in a certain directory that later got removed.. thereafter, calls to os.getcwd would fail with an exception.
[00:56:14] <jaraco> I didn't know os.getcwd could ever throw an exception.
[00:57:01] <jaraco> too late now, though.
[00:57:32] <aclark> yikes
[14:18:55] <xrogaan> hay
[14:19:15] <MattBowen> morning xrogaan
[14:19:47] <xrogaan> I have a little issue with the inline coniditonal: A if Cond else: B
[14:20:02] <xrogaan> just something stupid
[14:20:16] <xrogaan> I have to check if A is not none
[14:20:25] <xrogaan> and if it is, set B instead
[14:21:06] <xrogaan> mySlot = item.findtext('general/slot') <- return None if general/slot doesn't exists
[14:23:38] <xrogaan> it just silly
[14:23:45] <xrogaan> it is*
[14:25:14] <xrogaan> well, nevermind