Skip to content

Commit

Permalink
Ignore new LoaderVersion property in Python Load. Refs #7263
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jul 3, 2013
1 parent 7aad82f commit 775e524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/PythonInterface/mantid/simpleapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def Load(*args, **kwargs):

# If a WorkspaceGroup was loaded then there will be a set of properties that have an underscore in the name
# and users will simply expect the groups to be returned NOT the groups + workspaces.
return _gather_returns('Load', lhs, algm, ignore_regex=['LoaderName','.*_.*'])
return _gather_returns('Load', lhs, algm, ignore_regex=['LoaderName','LoaderVersion','.*_.*'])

# Have a better load signature for autocomplete
_signature = "\bFilename"
Expand Down

0 comments on commit 775e524

Please sign in to comment.