Skip to content

Commit

Permalink
Merge branch 'v2.1' into 'deployment/v2.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
remram44 committed Aug 27, 2014
2 parents 189ca7b + e60714a commit e411602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vistrails/gui/application.py
Original file line number Diff line number Diff line change
Expand Up @@ -737,8 +737,8 @@ def linux_default_application_set():
For Linux - checks if a handler is set for .vt and .vtl files.
"""
command = ['xdg-mime', 'query', 'filetype',
os.path.join(system.vistrails_examples_directory(),
'terminator.vt')]
os.path.join(system.vistrails_root_directory(),
'tests', 'resources', 'terminator.vt')]
try:
output = []
result = system.execute_cmdline(command, output)
Expand Down

0 comments on commit e411602

Please sign in to comment.