Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #111256
| From | Ganesh Pal <ganesh1pal@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: one command on backslash and space for review |
| Date | 2016-07-11 00:05 +0530 |
| Message-ID | <mailman.173.1468175767.2295.python-list@python.org> (permalink) |
| References | <CACT3xuWi-BTNM2QRe3Gdk4ZyqyFn-m0U-RNPxJXS2sgMd55ciA@mail.gmail.com> <CALwzidk1Z30Q9RiLQgcM50+o_jDx-yVYcB7mnEH2KNfbaCg8zw@mail.gmail.com> <CACT3xuUYXBcz_7NxVNcSb=ZsZGOQBQPP-0uAG28XS7A_jeoOBw@mail.gmail.com> |
On Jul 10, 2016 11:14 PM, "Ian Kelly" <ian.g.kelly@gmail.com> wrote: > They're correct, but using them before single quotes in a string > delimited by double quotes is unnecessary. Thanks . > > 3. Iam running sleep command on the cluster i.e , how could I make it > > look Python or its fine to have sleep ? > > I don't understand the question. > Sorry I was in sleep 😂😂 I typed something wrong . Let me explain it. Better In the below command I.e 'run_parallel -za1 -s 'daemon -cf xyz; sleep 1' We have a sleep 1 that's run run as part of abovry shell command . It looks ok but is there a way to use something alternative to sleep was my question. I guess the answer is " no" , because we are executing shell sleep command I think something pythonic like time.sleep is not possible.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: one command on backslash and space for review Ganesh Pal <ganesh1pal@gmail.com> - 2016-07-11 00:05 +0530
csiph-web