Bug 1082261
| Summary: | [abrt] fedup: commandline.py:235:device_setup:NameError: global name 'message' is not defined | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Florian van Oudgaarden <florianvanoudgaarden> | ||||||
| Component: | fedup | Assignee: | Will Woods <wwoods> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | tflink, wwoods | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/af6120dbf53ac6576fbdd8dce044adf9c20c7d91 | ||||||||
| Whiteboard: | abrt_hash:e8bd5eded694d6de0b00555b66a89efccde14f64 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-03-31 15:47:01 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 880216 [details]
File: backtrace
Created attachment 880217 [details]
File: environ
*** This bug has been marked as a duplicate of bug 1044083 *** |
Version-Release number of selected component: fedup-0.8.0-3.fc19 Additional info: reporter: libreport-2.2.0 cmdline: /usr/bin/python /bin/fedup-cli --iso /home/florian/Downloads/Fedora-20-x86_64-DVD.iso executable: /bin/fedup-cli kernel: 3.11.10-301.fc20.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: commandline.py:235:device_setup:NameError: global name 'message' is not defined Traceback (most recent call last): File "/bin/fedup-cli", line 236, in <module> main(args) File "/bin/fedup-cli", line 101, in main device_setup(args) File "/usr/lib/python2.7/site-packages/fedup/commandline.py", line 235, in device_setup message('--iso: '+_('Unable to open %s') % args.iso) NameError: global name 'message' is not defined Local variables in innermost frame: args: Namespace(cacheonly=False, clean=None, clean_metadata=False, debuglog='/var/log/fedup.log', device=None, disable_plugins=[], enable_plugins=[], expire_cache=False, instrepo=None, instrepokey=None, iso='/home/florian/Downloads/Fedora-20-x86_64-DVD.iso', loglevel=30, network=None, nogpgcheck=False, reboot=False, repos=[], skipbootloader=False, skipkernel=False, skippkgs=False) e: CalledProcessError()