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
F6956944: D8.diff
Fri, Apr 18, 03:17
Unknown Object (File)
Tue, Apr 15, 17:59
Unknown Object (File)
Fri, Apr 11, 10:30
Unknown Object (File)
Fri, Apr 11, 02:14
Unknown Object (File)
Thu, Apr 10, 06:17
Unknown Object (File)
Wed, Apr 9, 23:59
Unknown Object (File)
Wed, Apr 9, 23:28
Unknown Object (File)
Wed, Apr 9, 20:24
Subscribers
None

Diff Detail

Repository
rTASACORAEXP Tasacora experimental code
Lint
No Lint Coverage
Unit
No Test Coverage
Branch
arcpatch-D8

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.