Skip to content

Commit

Permalink
fixup! load goarc files with safe slave interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlatow committed Oct 1, 2024
1 parent d0b48af commit bf41b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/goa/lib/actions/depot.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ namespace eval goa {

proc export-dbg { } {

global dbg_dir
global config::dbg_dir

# create dbg archive
if {[file exists $dbg_dir] && [file isdirectory $dbg_dir]} {
Expand Down

0 comments on commit bf41b5c

Please sign in to comment.