Skip to content

Commit d8cfbf2

Browse files
author
minjk-bl
committed
small changes
1 parent d86539c commit d8cfbf2

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

visualpython/js/com/lib/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

visualpython/js/com/template/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

visualpython/js/m_ml/Pipeline.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ define([
735735
code.appendLine();
736736
code.appendLine();
737737
}
738-
if (useApp) {
738+
if (useApp === true) {
739739
let appCode = app.generateCode();
740740
if (appCode instanceof Array) {
741741
appCode = appCode.join('\n');

0 commit comments

Comments
 (0)