Skip to content

Commit

Permalink
Infer: Process file sources when not producing annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ljanyst committed Oct 31, 2017
1 parent 10bdea3 commit 0e1f8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer.py
Expand Up @@ -173,7 +173,7 @@ def main():
for sample in samples:
files.append(sample.filename)

if args.annotate and not source:
if not source:
if args.files:
files = args.files

Expand Down

0 comments on commit 0e1f8f4

Please sign in to comment.