gazu 0.10.8__py2.py3-none-any.whl → 0.10.10__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
gazu/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.10.8"
1
+ __version__ = "0.10.10"
gazu/shot.py CHANGED
@@ -658,6 +658,15 @@ def import_otio(
658
658
  def export_shots_with_csv(
659
659
  project, csv_file_path, episode=None, assigned_to=None, client=default
660
660
  ):
661
+ """
662
+ Export shots in a csv file.
663
+
664
+ Args:
665
+ project (str / dict): The project dict or the project ID.
666
+ csv_file_path (str): The csv file path.
667
+ episode (str / dict): The episode dict or the episode ID (optional).
668
+ assigned_to (str / dict): The user dict or the user ID (optional).
669
+ """
661
670
  project = normalize_model_parameter(project)
662
671
  episode = normalize_model_parameter(episode)
663
672
  assigned_to = normalize_model_parameter(assigned_to)
gazu/sync.py CHANGED
@@ -625,10 +625,16 @@ def push_task_comment(
625
625
  {"annotations": preview["annotations"]},
626
626
  client=client_target,
627
627
  )
628
- os.remove(preview["file_path"])
628
+ try:
629
+ os.remove(preview["file_path"])
630
+ except OSError:
631
+ pass
629
632
 
630
633
  for attachment_path in attachments:
631
- os.remove(attachment_path)
634
+ try:
635
+ os.remove(attachment_path)
636
+ except OSError:
637
+ pass
632
638
 
633
639
  return comment
634
640
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gazu
3
- Version: 0.10.8
3
+ Version: 0.10.10
4
4
  Summary: Gazu is a client for Zou, the API to store the data of your CG production.
5
5
  Home-page: https://gazu.cg-wire.com/
6
6
  Author: CG Wire
@@ -1,5 +1,5 @@
1
1
  gazu/__init__.py,sha256=cek7Vq4FrzBIzMvtAjlL-3af5TOVLWywYBSMQQWuYec,3056
2
- gazu/__version__.py,sha256=2lFA82oMfszZSNeEMSgBgVi1A0rqgG6npNSLuudwXjk,23
2
+ gazu/__version__.py,sha256=Aktsk85UlRwldAMwi5D3o9k6UTyqVYYJbSK_i8y26sE,24
3
3
  gazu/asset.py,sha256=GWwam0yqHna_b9_5g5r0-O2zhMb7KlhfbIC17IOXKkY,14488
4
4
  gazu/cache.py,sha256=MnxrnfYN7wHNTTL7qzkEpYCYzWcolT56fqQ0_RegMbE,5879
5
5
  gazu/casting.py,sha256=5xmGMoU3MFgv1br8_5xyTx-Z7wo9r51wRisiblqcr94,3945
@@ -17,13 +17,13 @@ gazu/person.py,sha256=9w85iUDzXne0JFsmpmXLVuUrgvDceCza14HBGrpJx84,9862
17
17
  gazu/playlist.py,sha256=n7LwOF5ZvHDzP_fng-soYUESfb-S2ATmZJHGBh8cRLo,3739
18
18
  gazu/project.py,sha256=fssI_Bf5UqqRd9bfM68oyfkhjxwWvjdiAcYvvUhI5LY,12649
19
19
  gazu/scene.py,sha256=bYsy7zKdQfDTfeqNAlgaqGMs2Hhxdy40NGt6TX_FBdA,5307
20
- gazu/shot.py,sha256=bSfju-STx_HZO1K51bk2YrttIPxclnoGV07Kne7Bfl0,18525
20
+ gazu/shot.py,sha256=4fmMj4vWb4VMg92tfRDP5lqjSwip3Yv9lPrKerv_oUM,18850
21
21
  gazu/sorting.py,sha256=qSIO0pOHkj0Tl4gm9BJrYrcifWGGGmsW68Pl86zB_bg,266
22
- gazu/sync.py,sha256=xG6QbLDKJNSZEhtn3RHFk8ykDz-w2gnWM17Xgl6no_c,21466
22
+ gazu/sync.py,sha256=OMsbQDROTdEwlukazUXPGnlC29QcaaHvsmqv3WsSexo,21582
23
23
  gazu/task.py,sha256=4aO8Ggk4lagVaNkFIdFE0-HnCcWg6d38BTFuwlqbyRY,35193
24
24
  gazu/user.py,sha256=GyJf6mrynHvLllw3Hsiv-6wjaYTHO_PBNkJzyJjJA1A,9556
25
- gazu-0.10.8.dist-info/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
26
- gazu-0.10.8.dist-info/METADATA,sha256=KD80nw1An03yUGKX0NxR-eDAeVUUjqVYHyUFqdS54xU,5181
27
- gazu-0.10.8.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
28
- gazu-0.10.8.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
29
- gazu-0.10.8.dist-info/RECORD,,
25
+ gazu-0.10.10.dist-info/LICENSE,sha256=2n6rt7r999OuXp8iOqW9we7ORaxWncIbOwN1ILRGR2g,7651
26
+ gazu-0.10.10.dist-info/METADATA,sha256=L-Y-tTqDlvxkwmzjgby8xq_iWk8s1K_83oinzrXTuDg,5182
27
+ gazu-0.10.10.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
28
+ gazu-0.10.10.dist-info/top_level.txt,sha256=nv7fRIVpYYyIlk_66hBmMyvWcSC7UU-r-GE8uC1u1Go,5
29
+ gazu-0.10.10.dist-info/RECORD,,
File without changes