Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaa93 committed Jan 16, 2025
1 parent 1991aa1 commit 5e3f62e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nomad_aa_plugin/parsers/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def parse(
child_archive = EntryArchive()

my_name = 'And'
filetype = 'yaml'
filetype = 'yaml' # "json"

example_filename = f'{my_name}.archive.{filetype}'

Expand Down Expand Up @@ -93,6 +93,7 @@ def parse(

archive.data = MyClassOne()

#### test ###

class MyParserThree(MatchingParser):
def parse(
Expand Down

0 comments on commit 5e3f62e

Please sign in to comment.