srchub-install

srchub-install Commit Details


Date:2015-10-31 23:40:05 (9 years 6 months ago)
Author:Natalie Adams
Branch:master
Commit:db05a87d197e8fc27362786273ec5486f2cfbb97
Parents: d75a0b317cbabe5502b197f4187ac8c52306406a
Message:updating percent

Changes:

File differences

srchub-install.py
241241
242242
243243
244
244
245245
246246
247247
            d.gauge_update(percent, "Installing " + package, update_text=True)
            install_package(package)
            i += 1.0
            percent = (i / len(packages)) * 100
            percent = int((i / len(packages)) * 100)
        d.gauge_stop()

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.23443s using 14 queries.