Skip to content

Commit

Permalink
test v4
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilJohan committed Aug 7, 2024
1 parent 236c57c commit 7b0183e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smelt.py
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def execute_ffmpeg_commands(self, commands):
log_path = log_path[0] + r'\:' + log_path[2:]

# Wrap the path in quotes
ffreport_value = f'file="{log_path}":level=32'
ffreport_value = f'file={log_path}:level=32'
os.environ['FFREPORT'] = ffreport_value
self.output_text.append(ffreport_value)
step_text = "Step {}/{}: Running {}".format(i + 1, len(commands), cmd.replace('_', ' ').title())
Expand Down

0 comments on commit 7b0183e

Please sign in to comment.