~adam-stokes/python-salesforce/packaging

« back to all changes in this revision

Viewing changes to sforce/cmd.py

  • Committer: Adam Stokes
  • Date: 2013-08-29 19:43:40 UTC
  • Revision ID: adam.stokes@ubuntu.com-20130829194340-8rufo3591nvs1b9d
Update to 0.2.0 which fixes some dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        """
32
32
        case = Case(self.commons)
33
33
        if options.number:
34
 
            print(json.dumps(case.by_id(options.number)))
 
34
            print(json.dumps(case.by_id(options.number, True)))
35
35
            
36
36
 
37
37
    def parse_options(self, *args, **kwds):