Skip to content

Commit

Permalink
turned on include option
Browse files Browse the repository at this point in the history
  • Loading branch information
Youngsung Kim committed Oct 4, 2022
1 parent 5ead819 commit 312ba97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fortlab/resolver/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ def _process_default_flags(self, opts):

if opts.include_ini:
self.config['include']['opt'] = opts.include_ini["_"]
self.process_include_option()

if opts.exclude_ini:
self.process_exclude_option(opts.exclude_ini["_"], self.config['exclude'])
Expand Down

0 comments on commit 312ba97

Please sign in to comment.