Skip to content
This repository has been archived by the owner on Mar 1, 2019. It is now read-only.

Commit

Permalink
fix travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Jul 18, 2017
1 parent a74f650 commit b7c3eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atx/ext/report/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def __init__(self, d, save_dir='report'):
self.result = None

self.__gif_path = os.path.join(save_dir, 'output.gif')
self.__gif = imageio.get_writer(self.__gif_path, fps=2)
self.__gif = imageio.get_writer(self.__gif_path, format='GIF', fps=2)
self.__uia_last_position = None
self.__last_screenshot = None
self.__closed = False
Expand Down

0 comments on commit b7c3eed

Please sign in to comment.