Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyrDiamond committed Dec 7, 2024
1 parent aaf1c1a commit 13e614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/convproj/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def sampleref__searchmissing(self, input_file):
for sampleref_id, sampleref_obj in self.sampleref__iter():
if not sampleref_obj.found:
fileref.filesearcher.scan_local_files(dirpath)
sampleref_obj.search_local()
sampleref_obj.search_local(dirpath)

# --------------------------------------------------------- FX ---------------------------------------------------------

Expand Down

0 comments on commit 13e614c

Please sign in to comment.