mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-06-17 18:28:10 +08:00
Fix #3
This commit is contained in:
@ -228,8 +228,8 @@ def main():
|
||||
parser.add_argument("--folder", type=str, default="./presentation", help="Presentation files folder")
|
||||
parser.add_argument("--start-paused", action="store_true", help="Start paused")
|
||||
|
||||
|
||||
args = parser.parse_args()
|
||||
args.folder = os.path.normcase(args.folder)
|
||||
|
||||
presentations = list()
|
||||
for scene in args.scenes:
|
||||
|
Reference in New Issue
Block a user