Bläddra i källkod

fix workspace export for ci

Eric Charles 5 år sedan
förälder
incheckning
060f29b99e
1 ändrade filer med 2 tillägg och 2 borttagningar
  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)