Skip to content

Commit c7ab05e

Browse files
committed
fix inappropriately restrictive typing of PATH_TYPES
1 parent 205dedb commit c7ab05e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "FilePathsBase"
22
uuid = "48062228-2e41-5def-b9a4-89aafe57970f"
33
authors = ["Rory Finnegan"]
4-
version = "0.9.7"
4+
version = "0.9.8"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/FilePathsBase.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
__precompile__()
2-
31
module FilePathsBase
42

53
using Dates
@@ -69,7 +67,7 @@ export
6967

7068
export isexecutable
7169

72-
const PATH_TYPES = DataType[]
70+
const PATH_TYPES = Type[]
7371

7472
function __init__()
7573
# Register the default fallback path type based on the os.

0 commit comments

Comments
 (0)