Skip to content

Commit

Permalink
[Pipe RGB to ImageMagick] Fix a 'replace all' replacing too much
Browse files Browse the repository at this point in the history
  • Loading branch information
vdcrim committed Nov 5, 2012
1 parent 1e974ac commit 3f960f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipe RGB to ImageMagick.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def __del__(self):
if output_path:
dirname, basename = os.path.split(output_path)
elif self.version > '2.3.1':
dirname, basename = os.path.split(avsp.GetScriptoutput_path(propose='general'))
dirname, basename = os.path.split(avsp.GetScriptFilename(propose='general'))
else:
dirname, basename = (self.options['recentdir'], self.scriptNotebook.GetPageText(
self.scriptNotebook.GetSelection()).lstrip('* '))
Expand Down

0 comments on commit 3f960f0

Please sign in to comment.