-
Notifications
You must be signed in to change notification settings - Fork 15
Typo pep8 #31
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Un peu de ménage de printemps ça fait pas de mal. :p par contre je vais me prendre des merge (j'étais en train de rajouter une petite fonctionalité), et je suis nul en git. :D
src/network_tools.py
Outdated
if typ == 6: ep["ip6"] = sep | ||
if typ == 0: | ||
ep["domain"] = sep | ||
if typ == 4: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On pourrait même faire un elif
@@ -18,7 +18,8 @@ def usage(): | |||
\n - info: Display information about currency \ | |||
\n \ | |||
\n - amount: Get amount of one account \ | |||
\n --pubkey=<pubkey[:checksum]> | --auth-scrypt | --auth-seed | --auth-file\ | |||
\n --pubkey=<pubkey[:checksum]> | --auth-scrypt\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il manque le | en fin de ligne
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ce sont deux méthodes d’authentification.
Je trouve pas problématique qu’il n’y ait pas de |
.
Le saut de ligne fait bien l’affaire pour séparer.
Ouip, désolé ça a pas mal bougé. Tu risques d’avoir des conflits. |
No description provided.