diff --git a/pype/scripts/publish_filesequence.py b/pype/scripts/publish_filesequence.py index 8b99d0560f..905c6b99ba 100644 --- a/pype/scripts/publish_filesequence.py +++ b/pype/scripts/publish_filesequence.py @@ -80,7 +80,7 @@ def __main__(): args = [ os.path.join(pype_root, pype_command), "publish", - " ".join(paths) + " ".join(['"{}"'.format(p) for p in paths]) ] print("Pype command: {}".format(" ".join(args)))