bitter-piano-88933
02/01/2019, 2:36 PMaloof-angle-91616
02/02/2019, 1:18 AMaloof-angle-91616
02/02/2019, 1:20 AMhundreds-father-404
02/02/2019, 3:03 PMwide-energy-11069
02/06/2019, 5:28 PMaloof-angle-91616
02/07/2019, 4:20 PMhundreds-father-404
02/15/2019, 10:01 PMsalmon-television-63321
02/22/2019, 4:03 AMhundreds-father-404
03/14/2019, 10:49 PMhundreds-father-404
04/07/2019, 3:05 PMhundreds-father-404
04/19/2019, 4:52 PM[]
as default arg https://www.toptal.com/python/top-10-mistakes-that-python-programmers-makehundreds-father-404
04/22/2019, 8:29 PMaloof-angle-91616
04/25/2019, 1:28 AMbitter-piano-88933
04/29/2019, 9:08 PMhundreds-father-404
05/13/2019, 2:24 PMstr(e)
, and only ever repr(e)
. repr(e)
will include the exception name
In [1]: str(ValueError("Hi"))
Out[1]: 'Hi'
In [2]: repr(ValueError("Hi"))
Out[2]: "ValueError('Hi')"
fast-nail-55400
08/04/2019, 8:07 PMhelpful-portugal-42688
08/16/2019, 12:47 AMException message: I/O operation on closed file.
I was getting this
export EE_PANTS_DAEMON_BETA=0
was the fixaloof-angle-91616
08/31/2019, 9:35 PMaloof-angle-91616
08/31/2019, 9:35 PMrich-helicopter-79006
09/17/2019, 11:37 AMaloof-angle-91616
11/01/2019, 1:58 PMfresh-architect-74417
11/04/2019, 5:27 PMaloof-angle-91616
11/18/2019, 8:05 AMbrash-airport-5260
11/22/2019, 2:27 AMbuild-support
..is that appropriate? or (%build-root)s/src/jenkins
2. also, where should I put pants plugin written in python? src/python/pants
or build-support/plugin/python
…?hundreds-breakfast-49010
12/10/2019, 7:42 PMhundreds-breakfast-49010
12/10/2019, 7:42 PMisatty
is to attempt a tty-specific ioctl
operation on the file descriptor, and check for ENOTTY
error result. Traditionally, TCGETS
, which is the backend for the tcgetattr
function, is used, but this is slightly dangerous since the ioctl
number for it on Linux clashes with legacy OSS sound devices, and if the file descriptor actually refers to a certain type of MIDI device, it will make changes to the device"aloof-angle-91616
12/10/2019, 7:48 PMhundreds-breakfast-49010
12/10/2019, 8:26 PMhundreds-breakfast-49010
12/10/2019, 8:26 PM