-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to find_first_file() function so user can select whether excep…
…tion is throw or none returned if a file is not found.
- Loading branch information
1 parent
254d07f
commit 99be28b
Showing
3 changed files
with
19 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
import os | ||
|
||
setuptools.setup(name='pb_process_tools', | ||
version='1.2.3', | ||
version='1.2.4', | ||
description='Tools for batch processing data, including on HPC cluster with slurm.', | ||
author='Pete Bunting', | ||
author_email='[email protected]', | ||
|