Skip to content

Commit 14ab7c9

Browse files
committed
import-url: revert ' around exception string
1 parent 06822a0 commit 14ab7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/command/imp_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def run(self):
1919
)
2020
except DvcException:
2121
logger.exception(
22-
"failed to import '{}'. You could also try downloading "
22+
"failed to import {}. You could also try downloading "
2323
"it manually, and adding it with `dvc add`.".format(
2424
self.args.url
2525
)

0 commit comments

Comments
 (0)