Skip to content

Commit

Permalink
scripts: Exclude setup.py and test/**
Browse files Browse the repository at this point in the history
Without the exclusion, python files appear under
the OMERO scripts menu which lead to exceptions
("No params found").
  • Loading branch information
joshmoore committed Jan 17, 2018
1 parent c2dc7c0 commit 2bfba62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tools/OmeroPy/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<fileset dir="${basedir}/bin"/>
</copy>
<copy todir="../target/lib/scripts/">
<fileset dir="scripts" excludes=".git,**/*.pyc"/>
<fileset dir="scripts" excludes=".git,**/*.pyc,setup.py,test/**"/>
</copy>
</target>

Expand Down

0 comments on commit 2bfba62

Please sign in to comment.