Commit 1db0bcf
authored
More print strings (#52)
* changed line 132 to have str.format()
* Adjusted lines 41-47
* Changed line 52 to str.format()
* Revert "changed line 132 to have str.format()"
This reverts commit 05c17f9.
* Revert "Adjusted lines 41-47"
This reverts commit 5fd6367.
* added more str.format() to feed.py
* changed dictionary to list on lines 43 and 46
* Added new version number (0.30.0) and minor upates to project.zip1 parent 26cf13f commit 1db0bcf
File tree
4 files changed
+8
-8
lines changed- src/flashbake
- plugins
- test
4 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
46 | | - | |
| 45 | + | |
| 46 | + | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Binary file not shown.
0 commit comments