From 43f1c82457e4ce2ef9805829d86dc8791b56bbd5 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 18 Feb 2021 08:44:19 -0500 Subject: Add back the guard against the user directory stream position not existing. (#9428) As the comment says, this guard was there for when the initial user directory update has yet to happen. --- changelog.d/9428.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9428.bugfix (limited to 'changelog.d/9428.bugfix') diff --git a/changelog.d/9428.bugfix b/changelog.d/9428.bugfix new file mode 100644 index 0000000000..132e35440a --- /dev/null +++ b/changelog.d/9428.bugfix @@ -0,0 +1 @@ +Fix a bug introduced in v1.27.0: "TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType." related to the user directory. -- cgit 1.4.1