[New-bugs-announce] [issue27856] Issue while passing the parameter

Kameshwar Singh report at bugs.python.org
Wed Aug 24 20:13:13 EDT 2016


New submission from Kameshwar Singh:

Hello Team,

I have one issue while using below function. I am using python 2.7.11 version on both OSX and Windows.

batch_result = SFbulk.get_batch_results(batch, result_id, job, maxfields=1)

If I am using above function on Windows machine, its working fine but on OSX its throwing error for maxfields=1 parameter.
And if I am using below code.
maxfields=1
batch_result = SFbulk.get_batch_results(batch, result_id, job, maxfields)

In this case, this is running fine on OSX but throwing error on Windows.

Please help me on this.

----------
components: Windows
messages: 273614
nosy: kameshwar, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Issue while passing the parameter
type: compile error
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue27856>
_______________________________________


More information about the New-bugs-announce mailing list