| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 064144d commit 26d5965
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -95,7 +95,7 @@ def out_define(): | |||
| 95 | 95 | curr_octet += 1 | |
| 96 | 96 | ||
| 97 | 97 | match = pattern.match(line) | |
| 98 | - if match == None: | ||
| 98 | + if match is None: | ||
| 99 | 99 | continue | |
| 100 | 100 | ||
| 101 | 101 | # Print previous symbol | |
| Back | FazBrowse Home | New Git URL |
0 commit comments