We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48614e1 commit 367289cCopy full SHA for 367289c
lib/setup_spark.py
@@ -2,7 +2,7 @@
2
# Note that this must be inserted IN your script. You can't import this, it won't work.
3
try:
4
sc and spark
5
-except NameError as e:
+except (NameError, UnboundLocalError) as e:
6
7
import findspark
8
0 commit comments