Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eb92ab7

Browse files
authored
Fix NameError: name 'os' is not defined
1 parent 2181453 commit eb92ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/animation/movie_demo_sgskip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
from __future__ import print_function
99

10+
import os
1011
import subprocess
1112
import matplotlib.pyplot as plt
1213
import numpy as np

0 commit comments

Comments
 (0)