mirror of
https://github.com/patrickchugh/terravision.git
synced 2026-05-09 16:35:30 +02:00
[GH-ISSUE #43] Can't deal with local source #20
Labels
No labels
bug
enhancement
enhancement
good first issue
good first issue
good first issue
pipeline
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/terravision#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FransUrbo on GitHub (Aug 21, 2023).
Original GitHub issue: https://github.com/patrickchugh/terravision/issues/43
I often use local paths while I'm developing my modules.
I have something like this:
@ddproxy commented on GitHub (Aug 21, 2023):
A relative path seems to work properly however,
@patrickchugh commented on GitHub (Aug 21, 2023):
Hardcoding a specific path on your local machine will mean your code is not portable to another user, but good catch nonetheless
@FransUrbo commented on GitHub (Aug 22, 2023):
I know, that's not the point (of it being used anywhere else). I only do it when I have multiple layers of modules, and I'm working on one (or more) "down the tree"..
I always change it back to a Git source address before commiting.
@patrickchugh commented on GitHub (Aug 26, 2023):
@FransUrbo This has now been fixed with the latest push. Please check.