Page MenuHomeDevCentral

modification de l'interpreteur executant le scrprit avec le bon path #!/usr/bin/env python3
ClosedPublic

Authored by dereckson on Apr 9 2015, 22:48.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 26, 12:12
Unknown Object (File)
Wed, Mar 20, 07:09
Unknown Object (File)
Mon, Mar 18, 05:29
Unknown Object (File)
Sun, Mar 17, 20:57
Unknown Object (File)
Mon, Mar 11, 17:16
Unknown Object (File)
Thu, Mar 7, 16:54
Unknown Object (File)
Wed, Mar 6, 14:26
Unknown Object (File)
Tue, Mar 5, 06:50
Subscribers
None

Diff Detail

Repository
rTASACORAEXP Tasacora experimental code
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

spI33n retitled this revision from to modification de l'interpreteur executant le scrprit avec le bon path #!/usr/bin/env python3.
spI33n updated this object.
spI33n edited the test plan for this revision. (Show Details)
spI33n added a reviewer: dereckson.
dereckson requested changes to this revision.EditedApr 9 2015, 23:05
dereckson edited edge metadata.

The change in src/testSvgWheelManager.py is perfect.

We have some extra files in the commit:

  • .pyc files are compiled files, they should not belong to the repository. In another change, you can submit a .gitignore file with *.pyc as content to avoid that.
  • .py~ files are Vim backup files, we could add *~ to .gitignore

About the commit message:

  • It should be in English
  • Test plan should contain the steps made to test the change (here for example "Run again the script on FreeBSD 10" would be a good test plan description; non trivial changes require more serious tests)

Could you also check other .py files to hunt the other #!/usr/bin/python?

This revision now requires changes to proceed.Apr 9 2015, 23:05
spI33n edited edge metadata.
  • change path to python interpreter
dereckson edited reviewers, added: spI33n; removed: dereckson.

Rebased against master, cleaned

This revision was automatically updated to reflect the committed changes.

Il also extracted the .gitignore from this revision and committed as rTASACORAEXPf546d35cd546.