Skip to content

Commit

Permalink
- FIX: Fixed issues with image tagging.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed Sep 1, 2022
1 parent 4b031c7 commit d045a47
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 15 deletions.
Binary file modified .gradle/6.7/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/6.7/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/6.7/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/6.7/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/6.7/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/6.7/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/6.7/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
35 changes: 21 additions & 14 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main/java/raubach/fricklweb/server/util/TagUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public static synchronized void addTagToFileOrFolder(File file, List<String> tag
{
if (result != 0)
{
throw new IOException("Adding image tag failed");
throw new IOException("Adding image tag failed: " + file.getAbsolutePath());
}
}
}
Expand Down

0 comments on commit d045a47

Please sign in to comment.