Commit 3e3a18de authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Correct a debug message related to compare_meta calls to quote the arguments correctly.

parent 4e40f75b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ def compare_meta(path1, path2):
        )
        return []

    logger.debug('compare_meta(%s, %s)', path1, path2)
    logger.debug('compare_meta(%r, %r)', path1, path2)
    differences = []

    # Don't run any commands if any of the paths do not exist