File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ private static void RunOptionsAndReturnExitCode(Options opts)
4646 bool diffIsDir = Directory . Exists ( diffXmlPath ) ;
4747
4848 XmlReaderSettings ? diffReaderSettings = CreateXmlReaderSettings ( diffXsdPath ! ) ;
49- if ( originalIsDir && modifiedIsDir && diffIsDir )
49+ if ( originalIsDir && modifiedIsDir )
5050 {
5151 Logger . Info ( "Processing directories recursively." ) ;
5252 if ( originalXmlPath != null && modifiedXmlPath != null && diffXmlPath != null )
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ private void RunOptionsAndReturnExitCode(Options opts)
5050 bool outputIsDir = Directory . Exists ( outputXmlPath ) ;
5151
5252 XmlReaderSettings ? diffReaderSettings = CreateXmlReaderSettings ( diffXsdPath ! ) ;
53- if ( originalIsDir && diffIsDir && outputIsDir )
53+ if ( originalIsDir && diffIsDir )
5454 {
5555 Logger . Info ( "Processing directories recursively." ) ;
5656 if ( originalXmlPath != null && diffXmlPath != null && outputXmlPath != null )
You can’t perform that action at this time.
0 commit comments