mirror of
https://github.com/jh00nbr/Sophos-firewall-tools.git
synced 2026-04-25 07:35:56 +03:00
[GH-ISSUE #1] No output from the script #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Sophos-firewall-tools-jh00nbr#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @richardstrnad on GitHub (Oct 31, 2018).
Original GitHub issue: https://github.com/jh00nbr/Sophos-firewall-tools/issues/1
Hi jh00nbr,
Thanks for the script!
We faced the issue that there is simple no output from the script, after some troubleshooting we found that the function
import_objectsdoesn't return anything.We added
x = x[0].split(':')to the function, now the script works for us:Cheers
Richard