]> jfr.im git - irc/rizon/acid.git/commit
Merge branch 'internets/fixshowingnone' into 'master'
authorAdam <redacted>
Mon, 5 Sep 2016 20:49:24 +0000 (20:49 +0000)
committerAdam <redacted>
Mon, 5 Sep 2016 20:49:24 +0000 (20:49 +0000)
commit445a23f908c9769d659399f7e8870a17be400f69
treee2bff268b5c381eca7047b13e3b35b67553afa11
parent0dacbc1fd639197af9ea03f76b1ef14eea426d55
parent4c4628e38dc10b2124ddd291287f7c909040c195
Merge branch 'internets/fixshowingnone' into 'master'

Fix showing "= None" when the second part of the query is empty.

This commit makes sure that some queries don't show "= None" (which comes from python itself) if the second part of the query is empty.
Turns
```
<@Dwarf> .cc abs
< Internets> [W|A] abs(x) = None
```
into
```
<&frawD> .cc abs
<&d-Internets> [W|A] abs(x)
```

See merge request !39