We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c456c commit b7273c5Copy full SHA for b7273c5
src/classes/assets.py
@@ -49,7 +49,6 @@ def get_assets_path(file_path=None, create_paths=True):
49
asset_folder_name_30_char = asset_filename[:30] + "_assets"
50
asset_path_30_char = os.path.join(os.path.dirname(file_path), asset_folder_name_30_char)
51
52
-
53
# Create asset folder, if necessary
54
if create_paths:
55
0 commit comments