Skip to content

Commit

Permalink
Merge pull request #3 from rbarillot/master
Browse files Browse the repository at this point in the history
hotfix 8.0.7
  • Loading branch information
fredboudon authored Jun 9, 2020
2 parents 113890c + e0d09b8 commit 9ad3843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: alinea.caribu
version: 8.0.1
version: 8.0.7

source:
path: ..
Expand Down
2 changes: 1 addition & 1 deletion src/alinea/caribu/caribu_shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ def setup_working_dir(self):
def copyfiles(self, skip_sky=False, skip_pattern=False, skip_opt=False):
d = self.tempdir

if os.path.exists(self.scene):
if str(self.scene).endswith('.can'):
fn = Path(self.scene)
fn.copy(d / fn.basename())
else:
Expand Down
2 changes: 1 addition & 1 deletion src/alinea/caribu/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

major = 8
minor = 0
post = 6
post = 7

__version__ = ".".join([str(s) for s in (major, minor, post)])
# #}

0 comments on commit 9ad3843

Please sign in to comment.