Commit ff5c8a9
authored
better file comparing (#142)
* use sha1sum to compare files when syncing and verifying
* `load_installed_challenge` should throw an exception when it fails to load the challenge. This has been always assumed and there are checks before that call, but there's just no reason for it to return None instead of throwing.1 parent 588443f commit ff5c8a9
File tree
4 files changed
+206
-124
lines changed- ctfcli
- cli
- core
- utils
- tests/core
4 files changed
+206
-124
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
774 | 778 | | |
775 | 779 | | |
776 | 780 | | |
777 | | - | |
778 | | - | |
| 781 | + | |
| 782 | + | |
| 783 | + | |
779 | 784 | | |
780 | 785 | | |
781 | 786 | | |
| |||
0 commit comments