Skip to content

Commit

Permalink
Fix gxformat2 to .ga conversion if hide: true specified on output
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Nov 28, 2024
1 parent ee25b57 commit c9c0e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gxformat2/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'hide': {
'action_class': "HideDatasetAction",
'default': False,
'arguments': lambda x: x,
'arguments': lambda x: {},
},
'rename': {
'action_class': 'RenameDatasetAction',
Expand Down

0 comments on commit c9c0e6b

Please sign in to comment.