Skip to content

Commit

Permalink
Don't try to read non-existing file (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Jul 4, 2024
1 parent 0f270c4 commit e668b48
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions init.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,5 @@
##
##

##
## Announce the package version and test for the existence of the binary.
##

ReadPackage("toric", "lib/util.gd");
ReadPackage("toric", "lib/toric.gd");

4 changes: 0 additions & 4 deletions read.g
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@
##
##

#############################################################################
##
#F Read calls to load all files.
##
ReadPackage("toric", "lib/util.gi");
ReadPackage("toric", "lib/toric.gi");

0 comments on commit e668b48

Please sign in to comment.