فهرست منبع

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)