Skip to content

Commit

Permalink
Revert UI language parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jbillo committed Sep 1, 2013
1 parent a10e568 commit 8d7a394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xenonmkv/mkvfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def get_mkvinfo(self):
self.log.debug("Executing 'mkvinfo {0}'".format(self.get_path()))
try:
result = subprocess.check_output(
[self.args.tool_paths["mkvinfo"], "--ui-language", "en", self.get_path()]
[self.args.tool_paths["mkvinfo"], self.get_path()]
)
except subprocess.CalledProcessError as e:
self.log.debug("mkvinfo process error: {0}".format(e.output))
Expand Down

0 comments on commit 8d7a394

Please sign in to comment.