checking code climate
This commit is contained in:
parent
128e9ba59f
commit
0cd709eca5
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ if argnumbers != 2 :
|
||||||
print("")
|
print("")
|
||||||
print("Usage: 'add2vals X Y' where X and Y are individual values.")
|
print("Usage: 'add2vals X Y' where X and Y are individual values.")
|
||||||
print(" If add2vals is not in your path, usage is './add2vals X Y'.")
|
print(" If add2vals is not in your path, usage is './add2vals X Y'.")
|
||||||
|
print(" asdf asdf asdf asdf")
|
||||||
print(" If unbundled, usage is 'python add2vals.py X Y'.")
|
print(" If unbundled, usage is 'python add2vals.py X Y'.")
|
||||||
print("")
|
print("")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
Loading…
Reference in a new issue