Skip to content

Commit 6653ba3

Browse files
committed
Updated Automotive and Git Stash
1 parent 12bf9d8 commit 6653ba3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bootcamp_sessions/PYNQ 401 - Automotive (Breakout 1)/PYNQ 402 - Automotive.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
"outputs": [],
195195
"source": [
196196
"#Here we are creating a list that contains all of the .jpeg photos in the image folder we specified earlier\n",
197-
"original_images = [i for i in os.listdir(image_folder) if i.endswith(\"jpg\")]\n",
197+
"original_images = [i for i in os.listdir(image_folder) if i.endswith(\"png\")]\n",
198198
"total_images = len(original_images)\n",
199199
"print(\"Number of Photos:\" + str(total_images))"
200200
]

get_latest_training_materal.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"outputs": [],
1919
"source": [
2020
"%%bash\n",
21-
"git pull\n",
22-
"\n"
21+
"git stash\n",
22+
"git pull"
2323
]
2424
}
2525
],

0 commit comments

Comments
 (0)