Page MenuHomePhorge

D25830.1729757912.diff
No OneTemporary

D25830.1729757912.diff

diff --git a/src/applications/files/document/PhabricatorJupyterDocumentEngine.php b/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
--- a/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
+++ b/src/applications/files/document/PhabricatorJupyterDocumentEngine.php
@@ -323,7 +323,7 @@
}
$nbformat = idx($data, 'nbformat');
- if (!strlen($nbformat)) {
+ if (!phutil_nonempty_string($nbformat)) {
throw new Exception(
pht(
'This document is missing an "nbformat" field. Jupyter notebooks '.

File Metadata

Mime Type
text/plain
Expires
Thu, Oct 24, 08:18 (21 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
940550
Default Alt Text
D25830.1729757912.diff (573 B)

Event Timeline