Commit 37306c8
Alex Meadows
process_tracker_python-100 Add source/source object character set
🐛 Fixed issue where file path for config file was not setting correctly
Issue was found where if the config file was named anything but
'process_tracker_config.ini' it would try to append that to the end.
Have added a new filter to ensure that any file that ends with '.ini'
can be accepted.1 parent 0911486 commit 37306c8
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments