Last modified: 2014-11-03 08:41:16 UTC
flickrripper.py fails to compile Traceback (most recent call last): File "pwb.py", line 157, in <module> run_python_file(fn, argv, argvu) File "pwb.py", line 67, in run_python_file exec(compile(source, filename, "exec"), main_mod.__dict__) File "scripts/flickrripper.py", line 631, in <module> main() File "scripts/flickrripper.py", line 511, in main if not config.flickr['api_key']: AttributeError: 'module' object has no attribute 'flickr'
Change 151998 had a related patch set uploaded by Audiodude: flickrripper.py: Protect the import of flickrapi with a try block. https://gerrit.wikimedia.org/r/151998
Change 151998 merged by jenkins-bot: flickrripper.py: Protect the import of flickrapi with a try block. https://gerrit.wikimedia.org/r/151998
That changeset didn't fix this bug; but it did clean up an import error, and improve code comment syntax.
Change 170646 had a related patch set uploaded by John Vandenberg: Add default config for flickrripper https://gerrit.wikimedia.org/r/170646
Change 170646 merged by jenkins-bot: Add default config for flickrripper https://gerrit.wikimedia.org/r/170646