JoeLametta
fa7c50d3a6
Replace 'sys.exit()' and 'exit()' instructions with 'SystemExit()' equivalents
...
- `SystemExit` doesn't require importing the `sys` module
- `exit()` depends on the `site` module (for this reason its usage is discouraged in production code)
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com >
2020-05-30 09:38:52 +00:00
Drew DeVault
64dd9d843a
Initial pass on python 3 port
...
Given the imminent end-of-life for Python 2, I didn't bother making the
codebase compatible with both.
Signed-off-by: Drew DeVault <sir@cmpwn.com >
2019-11-26 18:46:10 +00:00
JoeLametta
d9b49df0aa
Whitespace fixes
...
Signed-off-by: JoeLametta <JoeLametta@users.noreply.github.com >
2019-10-26 08:05:00 +00:00
Joe
a320f6a0a5
Remove whipper's image retag feature ( #269 )
...
Fixes #262 .
2018-05-24 17:19:14 +02:00
Samantha Baldwin
94b9a1bbf6
fix image verify:
...
- accurip.py: raise exception if accuraterip db entry not found
- program.py: verify image with only one table, remove redundant check
2017-09-10 22:35:10 -04:00
JoeLametta
b6fb7e8a86
Solve all flake8 warnings ( #163 )
...
Whipper is now fully PEP8 compliant.
Revised version which includes all the changes suggested by Freso.
2017-05-31 23:09:36 +02:00
Frederik “Freso” S. Olesen
a20c25258d
Remove "Morituri - for those about to RIP" lines.
2017-04-26 23:08:50 +02:00
Frederik “Freso” S. Olesen
ff309e468c
Rename "morituri" module to "whipper".
...
Fixes https://github.com/JoeLametta/whipper/issues/100
2017-04-26 23:08:28 +02:00