You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to run the transform, I get this error:
Traceback (most recent call last):
File "/home/user/maltego-transforms/holehe-maltego/project.py", line 12, in <module>
registry.write_transforms_config()
File "/home/user/.local/lib/python3.11/site-packages/maltego_trx/decorator_registry.py", line 180, in write_transforms_config
export_as_csv(
File "/home/user/.local/lib/python3.11/site-packages/maltego_trx/utils.py", line 102, in export_as_csv
with open(export_file_path, "w+") as csv_file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: './transforms.csv'
The text was updated successfully, but these errors were encountered:
When i try to run the transform, I get this error:
The text was updated successfully, but these errors were encountered: