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

Warnings from core. #91

Open
gilgamezh opened this issue May 31, 2014 · 1 comment
Open

Warnings from core. #91

gilgamezh opened this issue May 31, 2014 · 1 comment

Comments

@gilgamezh
Copy link
Contributor

I'm receiving this warnings all the times I execute pbt.

Overriding command named install, old <function install at 0x7f9f823df620>, new <function install at 0x7f9f7f46c1e0>
WARNING:pbt:Overriding command named install, old <function install at 0x7f9f823df620>, new <function install at 0x7f9f7f46c1e0>
Overriding command named check, old <function main at 0x7f9f81d2c0d0>, new <function main at 0x7f9f7f9a2378>
WARNING:pbt:Overriding command named check, old <function main at 0x7f9f81d2c0d0>, new <function main at 0x7f9f7f9a2378>
Overriding command named run, old <function run at 0x7f9f81bb0400>, new <function run at 0x7f9f823df620>
WARNING:pbt:Overriding command named run, old <function run at 0x7f9f81bb0400>, new <function run at 0x7f9f823df620>
Overriding command named setup, old <function main at 0x7f9f81bb10d0>, new <function main at 0x7f9f823df510>
WARNING:pbt:Overriding command named setup, old <function main at 0x7f9f81bb10d0>, new <function main at 0x7f9f823df510>
Overriding command named new, old <function main at 0x7f9f7f46c0d0>, new <function main at 0x7f9f7f46c158>
WARNING:pbt:Overriding command named new, old <function main at 0x7f9f7f46c0d0>, new <function main at 0x7f9f7f46c158>
Pbt is a tool for working with Python projects.

Several tasks are available:

check            Checks the project with some checkers, like pep8 or pylint.
...
@gilgamezh
Copy link
Contributor Author

More info:

(pbt)  ✘  ~/code/pbt   master ✚  echo $PYTHONPATH      

(pbt)  ~/code/pbt   master ✚  echo $PBT_PLUGINS_PATH

(pbt)  ~/code/pbt   master ✚  ./pbt.sh help         
Overriding command named install, old <function install at 0x7fbff6eb3620>, new <function install at 0x7fbff3f4b730>
WARNING:pbt:Overriding command named install, old <function install at 0x7fbff6eb3620>, new <function install at 0x7fbff3f4b730>
Overriding command named check, old <function main at 0x7fbff68001e0>, new <function main at 0x7fbff3f4b6a8>
WARNING:pbt:Overriding command named check, old <function main at 0x7fbff68001e0>, new <function main at 0x7fbff3f4b6a8>
Overriding command named run, old <function run at 0x7fbff6685510>, new <function run at 0x7fbff6eb3620>
WARNING:pbt:Overriding command named run, old <function run at 0x7fbff6685510>, new <function run at 0x7fbff6eb3620>
Overriding command named setup, old <function main at 0x7fbff6686378>, new <function main at 0x7fbff6eb3510>
WARNING:pbt:Overriding command named setup, old <function main at 0x7fbff6686378>, new <function main at 0x7fbff6eb3510>
Overriding command named new, old <function main at 0x7fbff3f4b620>, new <function main at 0x7fbff3f4b7b8>
WARNING:pbt:Overriding command named new, old <function main at 0x7fbff3f4b620>, new <function main at 0x7fbff3f4b7b8>
Pbt is a tool for working with Python projects.

Several tasks are available:

check            Checks the project with some checkers, like pep8 or pylint.
dump             dumps all project configuration for the current project
help             show commands' descriptions or command help if command specified
install                  
new              
plugins                  Manage Non-Core plugins
run              No description
setup            Generates a valid setup.py file.
test             No description
try              opens a shell with a library available to try it

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

1 participant