Skip to content

Commit

Permalink
fix flake8 unused variable warning (pInfo)
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin authored and beaufour committed Dec 23, 2018
1 parent 4eaf511 commit cd6fd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flickr_download/flick_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def do_download_photo(dirname, pset, photo, size_label, suffix, get_filename, sk
"""
fname = get_full_path(dirname, get_filename(pset, photo, suffix))

pinfo = {}
pInfo = {}
try:
with Timer('getInfo()'):
pInfo = photo.getInfo()
Expand Down

0 comments on commit cd6fd02

Please sign in to comment.