diff --git a/colorbleed/scripts/fusion_switch_shot.py b/colorbleed/scripts/fusion_switch_shot.py index 07bbafa057..5fcfa638d6 100644 --- a/colorbleed/scripts/fusion_switch_shot.py +++ b/colorbleed/scripts/fusion_switch_shot.py @@ -158,7 +158,7 @@ def switch(asset_name, filepath=None, new=True): """ # Ensure filename is absolute - if not os.path.abspath(filepath): + if not os.path.isabs(filepath): filepath = os.path.abspath(filepath) # Get current project