We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bf3a06 commit 0d4b39aCopy full SHA for 0d4b39a
git_sim/__main__.py
@@ -332,9 +332,6 @@ def main():
332
video = cv2.VideoCapture(str(scene.renderer.file_writer.movie_file_path))
333
success, image = video.read()
334
if success:
335
- t = datetime.datetime.fromtimestamp(time.time()).strftime(
336
- "%m-%d-%y_%H-%M-%S"
337
- )
338
image_file_name = "git-sim-" + args.subcommand + "_" + t + ".jpg"
339
image_file_path = os.path.join(
340
os.path.join(config.media_dir, "images"), image_file_name
0 commit comments