Skip to content

Commit a9d750a

Browse files
committed
Cleaning up source
1 parent 8055b77 commit a9d750a

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

bin/stashcp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def doStashCpSingle(sourceFile, destination, cache, debug=False):
7474
return doWriteBack(sourceFile, destination)
7575

7676
# Calculate the starting time
77-
start1 = int(time.time()*1000)
77+
start1 = int(time.time()*1000)
7878

7979
# First, check if the file is available in CVMFS
8080
# Really, we don't need to check for close caches before this, but oh well
@@ -406,10 +406,6 @@ def main():
406406
else:
407407
cache = get_best_stashcache()
408408

409-
#if not source.startswith('/'):
410-
# logging.warning("DEPRECIATED: The source path does not begin with a '/', but it is required. This functionality will be removed in an upcoming release")
411-
# source = "/" + source
412-
413409

414410
if not args.recursive:
415411
result = doStashCpSingle(sourceFile=source, destination=destination, cache=cache, debug=args.debug)

0 commit comments

Comments
 (0)