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

Basic usage #4

Open
MartinThoma opened this issue Sep 14, 2020 · 1 comment
Open

Basic usage #4

MartinThoma opened this issue Sep 14, 2020 · 1 comment

Comments

@MartinThoma
Copy link

I miss a basic usage example: After pip install pydiatra, what should one do? How would the output for an example project (e.g. https://github.com/MartinThoma/mpu ) look like?

@jwilk
Copy link
Owner

jwilk commented Nov 8, 2021

Assuming you want Python 3, try something like this:

$ echo '"%s" % (6, 7)' > test.py
$ py3diatra test.py
test.py:1: string-formatting-error not all arguments converted during string formatting

See the manual page for details.

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

2 participants