Skip to content

Commit 6f9a5bc

Browse files
committed
Fix image names
1 parent 0a51e2d commit 6f9a5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python_generator/create_requirement_images.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def make_libraries(libraries, position):
226226
make_libraries(final_list_to_render,
227227
(PADDING, PADDING + (LINE_SPACING * (7 + project_files_count))))
228228

229-
im.save("generated_images/{}_files.png".format(learn_guide_project))
229+
im.save("generated_images/{}.png".format(learn_guide_project))
230230
except SyntaxError as e:
231231
print(e)
232232
traceback.print_exc()

0 commit comments

Comments
 (0)