Skip to content

Commit b7eba94

Browse files
authored
Update StockAnalysis.py
1 parent af5a6df commit b7eba94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MachineLearning Projects/Stock-Analysis/StockAnalysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
data.plot()
5656

5757
print(data.head())
58-
except ValueError:
58+
except:
5959
print("Error occured while processing. Please try again.")
6060

6161

0 commit comments

Comments
 (0)