浏览代码

fix workspace export for ci

Eric Charles 5 年之前
父节点
当前提交
060f29b99e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jupyterlab/labapp.py

+ 2 - 2
jupyterlab/labapp.py

@@ -385,10 +385,10 @@ class LabWorkspaceApp(JupyterApp):
     def start(self):
         try:
             super().start()
+            print('Either `export` or `import` must be specified.')
+            self.exit(1)
         except NoStart:
-            # TODO(@echarles) Discuss with @Zsailer on this...
             pass
-        print('Either `export` or `import` must be specified.')
         self.exit(0)