Skip to content

Commit

Permalink
adding acl to gc
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haigh <[email protected]>
  • Loading branch information
MichaelHaigh committed Apr 30, 2024
1 parent 64a5d71 commit 73cf6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def main(argv=sys.argv):
tkParser = tkSrc.parser.ToolkitParser(acl, plaidMode=plaidMode, v3=v3).main()
args = tkParser.parse_args(args=argv)
# Memory optimization
tkParser = None
tkParser, acl = None, None
gc.collect()

if args.v3:
Expand Down

0 comments on commit 73cf6a0

Please sign in to comment.