Skip to content

Commit

Permalink
Make sure that link-parameter is properly initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
pverscha committed Aug 27, 2024
1 parent 5fd591f commit 4921451
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions lib/commands/unipept/taxa2tree.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ class Taxa2Tree < ApiRunner
def initialize(args, opts, cmd)
super

@link = false

# JSON is the default format for this command
args[:format] = 'json' unless args[:format]

Expand Down
12 changes: 12 additions & 0 deletions unipept-cli.iml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="ModuleRunConfigurationManager">
<shared />
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

0 comments on commit 4921451

Please sign in to comment.