Bug 2594 - Indentation errors in python-virtinst
Summary: Indentation errors in python-virtinst
Status: RESOLVED DUPLICATE of bug 2596
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 1
Hardware: i586 Linux
Priority: Normal major
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-02 14:49 CEST by Samuel Verschelde
Modified: 2011-09-05 12:17 CEST (History)
1 user (show)

See Also:
Source RPM: python-virtinst
CVE:
Status comment:


Attachments

Description Samuel Verschelde 2011-09-02 14:49:41 CEST
(sorry, in a hurry, this will be a very succint report)

[root@localhost ~]# sh test.sh
+ tree=http://download.fedoraproject.org/pub/fedora/linux/releases/15/Everything/x86_64/os
+ virt-install --connect=qemu:///system --network=bridge:br0 --initrd-inject=/export/fed-minimal.ks '--extra-args=ks=file:/fed-minimal.ks       console=tty0 console=ttyS0,115200' --name=f15testbox --disk /var/lib/libvirt/images/f15testbox.img,size=20 --ram 2048 --vcpus=2 --check-cpu --accelerate --hvm --location=http://download.fedoraproject.org/pub/fedora/linux/releases/15/Everything/x86_64/os --nographics
Traceback (most recent call last):
  File "/usr/sbin/virt-install", line 36, in <module>
    import virtinst
  File "/usr/lib/python2.7/site-packages/virtinst/__init__.py", line 32, in <module>
    from Guest import Guest, XenGuest
  File "/usr/lib/python2.7/site-packages/virtinst/Guest.py", line 40, in <module>
    import DistroInstaller
  File "/usr/lib/python2.7/site-packages/virtinst/DistroInstaller.py", line 31, in <module>
    import OSDistro
  File "/usr/lib/python2.7/site-packages/virtinst/OSDistro.py", line 1019
    versionfile = fetcher.acquireFile("VERSION", progresscb)
                                                           ^
TabError: inconsistent use of tabs and spaces in indentation
Samuel Verschelde 2011-09-02 14:49:50 CEST

CC: (none) => misc

Samuel Verschelde 2011-09-02 14:50:19 CEST

Blocks: (none) => 1949

Samuel Verschelde 2011-09-02 14:50:46 CEST

Blocks: 1949 => (none)

Comment 1 Samuel Verschelde 2011-09-05 12:17:28 CEST
duplicate

*** This bug has been marked as a duplicate of bug 2596 ***

Status: NEW => RESOLVED
Resolution: (none) => DUPLICATE


Note You need to log in before you can comment on or make changes to this bug.