microsoft / omi-script-provider

Script Provider for the OMI Project
Other
8 stars 7 forks source link

Solve for issue #62 #75

Closed c64cosmin closed 7 years ago

c64cosmin commented 7 years ago

This adds a routine that will call PyErr_Print() which prints the last caught exception's trace back, when it occurs in a python script. Also adds documentation on the process to setup.

JumpingYang001 commented 7 years ago

I have removed your old commit and rebase from master using following commands: (A little complex, just share it.)

 200  git clone https://github.com/c64cosmin/omi-script-provider
  201  cd omi-script-provider/
  202  git remote -v
  203  git remote add upstream https://github.com/Microsoft/omi-script-provider
  204  git remote -v
  205  git fetch upstream
  206  git rebase upstream/master
  207  git push origin master
  208  git log
  209  git checkout doc_debug2 
  210  git rebase master
  211  vi README.md
  212  git rebase --continue
  214  vi doc/gettingStarted.md
  215  vi README.md
  217  git add README.md doc/gettingStarted.md
  218  git rebase --continue
  221  git push origin doc_debug2 -f
  222  git log
  223  git branch
  224  git rebase --onto doc_debug2~2 doc_debug2~ doc_debug2
  225  git log
  226  git push origin doc_debug2 -f