Commit f5ac565
committed
Unify SIT file name deduction from a network path
The --network option is used to establish file names of inference
results that SIT produces. Depending on whether an absolute or a
relative path is given, the file name deduced would be different. For
example, conside 'foo.xml' to be the network name:
* C:\path\foo.xml would result in '_foo' file name
* foo.xml would result in 'foo' file name
This inconsistency causes unexpected failures when both absolute and
relative paths are combined within a "single" SIT-based workflow.1 parent 4922c49 commit f5ac565
1 file changed
+7
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
829 | | - | |
| 829 | + | |
830 | 830 | | |
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
836 | | - | |
| 836 | + | |
837 | 837 | | |
838 | 838 | | |
839 | 839 | | |
| |||
2934 | 2934 | | |
2935 | 2935 | | |
2936 | 2936 | | |
2937 | | - | |
2938 | | - | |
2939 | | - | |
2940 | | - | |
2941 | | - | |
2942 | | - | |
2943 | | - | |
2944 | | - | |
2945 | | - | |
2946 | | - | |
2947 | | - | |
2948 | | - | |
2949 | | - | |
2950 | | - | |
2951 | | - | |
| 2937 | + | |
| 2938 | + | |
| 2939 | + | |
| 2940 | + | |
| 2941 | + | |
2952 | 2942 | | |
2953 | 2943 | | |
2954 | 2944 | | |
| |||
0 commit comments