Skip to content

Commit

Permalink
#1
Browse files Browse the repository at this point in the history
  • Loading branch information
belonesox committed Jul 6, 2022
1 parent ba3844c commit 6784979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terrarium_assembler/ta.py
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ def analyse(self):
spec = self.spec
abs_path_to_out_dir = os.path.abspath(args.analyse)
root_dir = self.root_dir
lastdirs = os.path.sep.join(abs_path_to_out_dir.split(os.path.sep)[-3:])
lastdirs = os.path.sep.join(abs_path_to_out_dir.split(os.path.sep)[-2:])

trace_file = None
try:
Expand Down

0 comments on commit 6784979

Please sign in to comment.