We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a19dbdf commit 4afadcbCopy full SHA for 4afadcb
com.oracle.truffle.r.test.packages/pkgtest/util.py
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -265,4 +265,4 @@ def computeApiChecksum(includeDir):
265
def ensure_dir(path):
266
if not os.path.exists(path):
267
os.makedirs(path)
268
- return path
+ return path
0 commit comments