Changeset 1925
- Timestamp:
- Jun 15, 2016, 4:35:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
germinate/trunk/fuentes/germinate/germinator.py
r1922 r1925 834 834 continue 835 835 836 pkg = pkg.split()[0] 837 836 #pkg = pkg.split()[0] 837 try: 838 pkg = pkg.split()[0] 839 except Exception as e: 840 print(str(e)) 841 pass 838 842 # a leading ! indicates a per-seed blacklist; never include this 839 843 # package in the given seed or any of its inner seeds, no matter
Note: See TracChangeset
for help on using the changeset viewer.