https://bugzilla.wikimedia.org/show_bug.cgi?id=69089

            Bug ID: 69089
           Summary: lonelypages throws Exception if not configured for the
                    site
           Product: Pywikibot
           Version: core (2.0)
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

Pywikibot scripts should do something better than raise an exception in main()

$ python pwb.py scripts/lonelypages.py
Traceback (most recent call last):
  File "pwb.py", line 166, 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/lonelypages.py", line 253, in <module>
    main()
  File "scripts/lonelypages.py", line 135, in main
    raise Exception("Missing configuration for site %r" % wikiSite)
Exception: Missing configuration for site Site("wikidata", "wikidata")
<type 'exceptions.Exception'>

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to