I dont remember about the [] more then that it was importent in some
other code. Its to bad that the comment of the revision you change it
dont state why, only that you remove them.
Could be good fore future reference if we find that it breaks, maybe on mac?
how ever i remember that on the other place we used the brackets we
had a check for the operating system.
I'll merge this soon, if i dont hear anything else from chrivers.
at least 2+ for good coding style!
2012/2/16 g <wgor...@gmail.com>:
> --
> You are subscribed to the Google Group pyj...@googlegroups.com
> To unsubscribe from this group, send email to
> pyjaco+un...@googlegroups.com
--
//Samuel Ytterbrink
I think the problem is that it is _safe_. if none else have made a
pull you could always use rebase ^^.
>
>> how ever i remember that on the other place we used the brackets we
>> had a check for the operating system.
>>
>
> I could update it to use a Caller class that runs once on init and
> sets the function to use. Could simply check to see if wrapping the
> command in a list works, if not, fall back to using no list wrapper.
> Could call something like "python --version" so we know the dependency
> is met.
>
>> I'll merge this soon, if i dont hear anything else from chrivers.
>>
>> at least 2+ for good coding style!
>>
>
> I will work on my commit messages. Sorry about that.
>
I woulden't do a better one my self, it's hard to do good commit
messages on the fly.
I agree. When you are constructing a repo or branch for review by other
developers, but that is not being pulled into the mainline repo, it is
not only acceptable, but desirable to modify git history to create the
most obvious explanation of development. You can use git commit --amend
to modify the most recent commit, and git rebase to modify earlier
revisions. The goal is to create a series of commits that is
understandable and obvious, with each commit having it's own obviously
related set of changes.
Cheers,
Dusty
or shorter
"do not wrap the input command to subprocess.call with a list, faild
on Windows."
I may have missed the last bart before, was it there?
Anny ways, thx!
2012/2/18 g <wgor...@gmail.com>:
Sorry that i didden't se the long commit message before, my bad.
If you are ok with the current commit message then i will try to
merge it in to the 'main' repo.
2012/2/18 g <wgor...@gmail.com>:
I dont know how to ad the tag. Can someone shed some light?
2012/2/18 g <wgor...@gmail.com>: