Skip to content

Commit

Permalink
Fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMansolino committed Mar 27, 2020
1 parent 668f357 commit 56901a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[flake8]
max-line-length: 128
2 changes: 1 addition & 1 deletion docs/guide/generate_objects_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
imagePath = 'images/%s/%s.png' % (category, protoName)
if os.path.exists(imagePath):
os.remove(imagePath)
thumbnailPath = imagePath.replace('.png', '.thumbnail.png')
thumbnailPath = imagePath.replace('.png', '.thumbnail.png')
if os.path.exists(thumbnailPath):
os.remove(thumbnailPath)
continue
Expand Down

0 comments on commit 56901a6

Please sign in to comment.