Commit 0bbc676
authored
Do not allow update_file.py to be called on output.txt (#2847)
## Tests
Manually:
```
➜ cli git:(do-not-allow-output) ./acceptance/bin/update_file.py output.txt a b
Traceback (most recent call last):
File "/Users/shreyas.goenka/repos/cli/./acceptance/bin/update_file.py", line 21, in <module>
assert filename != "output.txt"
AssertionError
```1 parent a2d6cbe commit 0bbc676
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
13 | 23 | | |
14 | 24 | | |
15 | 25 | | |
| |||
0 commit comments