Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example code with wrong variable name #9

Closed
blissend opened this issue Apr 25, 2014 · 4 comments
Closed

Example code with wrong variable name #9

blissend opened this issue Apr 25, 2014 · 4 comments
Assignees

Comments

@blissend
Copy link

In your example code you have...

    # Display results.
    print 'Report job with id \'%s\' downloaded to:\n%s' % (
        report_job['id'], report_file.name)

However there is no report_job['id'] variable which causes a traceback report. I think you meant to write report_job_id instead. I'm not sure how many examples this is prevalent in.

@vtsao
Copy link

vtsao commented Apr 28, 2014

@blissend Can you link the example this is in please?

@nicholaschen can you take a look?

@visri
Copy link

visri commented May 6, 2014

This bug exists in all the files under examples/report_service.

@nicholaschen nicholaschen self-assigned this May 7, 2014
@nicholaschen
Copy link
Contributor

yep, I'll take a look at this one and make any changes necessary. Thanks for reporting!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants