mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Use 'is None' instead of '== None'
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
820525fe8d
commit
1d403eb18a
2 changed files with 2 additions and 2 deletions
|
|
@ -718,7 +718,7 @@ class coredump_generator:
|
|||
# than one from maped file on disk.
|
||||
page = page_mem
|
||||
|
||||
if page == None:
|
||||
if page is None:
|
||||
# Hole
|
||||
page = PAGESIZE * "\0"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue