aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtoBlackboardCSV.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/toBlackboardCSV.py b/toBlackboardCSV.py
index 7804070..fdf16da 100755
--- a/toBlackboardCSV.py
+++ b/toBlackboardCSV.py
@@ -48,3 +48,4 @@ for c in dOut.columns:
dOut = dOut.drop(colToDrop, axis=1)
dOut.to_csv("BlackBoard.csv", index=False)
+print(f"Data was exported to {fout}")